aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
diff options
context:
space:
mode:
authorKajol Jain <kjain@linux.ibm.com>2022-01-27 12:50:11 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2022-03-01 23:40:47 +1100
commit02f02feb6b50c67171fd56bc3fd0fd96118c5c12 (patch)
tree9aa9decc226432c942962c9bc721d823463af987 /tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
parentselftests/powerpc/pmu/: Add interface test for mmcr2_fcs_fch fields (diff)
downloadlinux-dev-02f02feb6b50c67171fd56bc3fd0fd96118c5c12.tar.xz
linux-dev-02f02feb6b50c67171fd56bc3fd0fd96118c5c12.zip
selftests/powerpc/pmu/: Add interface test for mmcr3_src fields
The testcase uses event code 0x1340000001c040 to verify the settings for different src fields in Monitor Mode Control Register 3 (MMCR3). Checks if these fields are translated correctly via perf interface to MMCR3 on ISA v3.1 platform. Signed-off-by: Kajol Jain <kjain@linux.ibm.com> [mpe: Add error checking, drop GET_MMCR_FIELD, add to .gitignore] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220127072012.662451-20-kjain@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore')
-rw-r--r--tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
index 58d7551f4c2a..2969a9e9ba72 100644
--- a/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
+++ b/tools/testing/selftests/powerpc/pmu/sampling_tests/.gitignore
@@ -7,3 +7,4 @@ mmcr0_fc56_pmc56_test
mmcr1_comb_test
mmcr2_l2l3_test
mmcr2_fcs_fch_test
+mmcr3_src_test