Skip to content

Commit f889a2e

Browse files
ruscurmpe
authored andcommitted
selftests/powerpc: Add missing PMU selftests to .gitignores
Some recently added selftests don't have their binaries in .gitignores, so add them. I also alphabetically sorted sampling_tests/.gitignore while I was in there. Signed-off-by: Russell Currey <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8d48562 commit f889a2e

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
blacklisted_events_test
2+
event_alternatives_tests_p10
3+
event_alternatives_tests_p9
4+
generic_events_valid_test
5+
group_constraint_cache_test
6+
group_constraint_l2l3_sel_test
7+
group_constraint_mmcra_sample_test
8+
group_constraint_pmc56_test
9+
group_constraint_pmc_count_test
10+
group_constraint_radix_scope_qual_test
11+
group_constraint_repeat_test
12+
group_constraint_thresh_cmp_test
13+
group_constraint_thresh_ctl_test
14+
group_constraint_thresh_sel_test
15+
group_constraint_unit_test
16+
group_pmc56_exclude_constraints_test
17+
hw_cache_event_type_test
18+
invalid_event_code_test
19+
reserved_bits_mmcra_sample_elig_mode_test
20+
reserved_bits_mmcra_thresh_ctl_test
Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
mmcr0_exceptionbits_test
1+
bhrb_filter_map_test
2+
bhrb_no_crash_wo_pmu_test
3+
intr_regs_no_crash_wo_pmu_test
24
mmcr0_cc56run_test
3-
mmcr0_pmccext_test
4-
mmcr0_pmcjce_test
5+
mmcr0_exceptionbits_test
56
mmcr0_fc56_pmc1ce_test
67
mmcr0_fc56_pmc56_test
8+
mmcr0_pmccext_test
9+
mmcr0_pmcjce_test
710
mmcr1_comb_test
8-
mmcr2_l2l3_test
11+
mmcr1_sel_unit_cache_test
912
mmcr2_fcs_fch_test
13+
mmcr2_l2l3_test
1014
mmcr3_src_test
15+
mmcra_bhrb_any_test
16+
mmcra_bhrb_cond_test
17+
mmcra_bhrb_disable_no_branch_test
18+
mmcra_bhrb_disable_test
19+
mmcra_bhrb_ind_call_test
20+
mmcra_thresh_cmp_test
1121
mmcra_thresh_marked_sample_test

0 commit comments

Comments
 (0)