commit | be68fb64f763b7b6ddb202e0a931f41ae62f71b0 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Nov 28 14:06:39 2017 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Jan 21 23:37:43 2018 +1100 |
tree | 3b9efff6a564842fc9a2e05ef17adc83b07f90ba | |
parent | 10527e808123f4b12db604993638b368220e7814 [diff] |
selftest/powerpc: Add additional option to mmap_bench test This patch adds --pgfault and --iterations options to mmap_bench test. With --pgfault we touch every page mapped. This helps in measuring impact in the page fault path with a patch series. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>