linux-xiaomi-chiron/tools/testing/selftests/powerpc/pmu/ebb
Madhavan Srinivasan 079e5fd3a1 selftests/powerpc/pmu/ebb: remove fixed_instruction.S
Commit 3752e453f6 ("selftests/powerpc: Add tests of PMU EBBs") added
selftest testcases to verify EBB interface. instruction_count_test.c
testcase needs a fixed loop function to count overhead. Instead of using
the thirty_two_instruction_loop() in fixed_instruction_loop.S in ebb
folder, file is linked with thirty_two_instruction_loop() in loop.S from
top folder. Since fixed_instruction_loop.S not used, patch removes the
file.

Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220322045638.10443-1-maddy@linux.ibm.com
2022-05-22 15:58:31 +10:00
..
.gitignore
back_to_back_ebbs_test.c
busy_loop.S
close_clears_pmcc_test.c
cpu_event_pinned_vs_ebb_test.c
cpu_event_vs_ebb_test.c
cycles_test.c
cycles_with_freeze_test.c
cycles_with_mmcr2_test.c
ebb.c
ebb.h
ebb_handler.S
ebb_on_child_test.c
ebb_on_willing_child_test.c
ebb_vs_cpu_event_test.c
event_attributes_test.c
fork_cleanup_test.c
instruction_count_test.c
lost_exception_test.c
Makefile
multi_counter_test.c
multi_ebb_procs_test.c
no_handler_test.c
pmae_handling_test.c
pmc56_overflow_test.c
reg_access_test.c
regs_access_pmccext_test.c
task_event_pinned_vs_ebb_test.c
task_event_vs_ebb_test.c
trace.c
trace.h