Searched refs:count_pmc (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/ |
D | pmc56_overflow_test.c | 30 count_pmc(2, sample_period); in ebb_callee() 36 count_pmc(5, COUNTER_OVERFLOW); in ebb_callee() 42 count_pmc(6, COUNTER_OVERFLOW); in ebb_callee()
|
D | instruction_count_test.c | 43 count_pmc(4, sample_period); in do_count_loop() 101 count_pmc(4, sample_period); in pmc4_ebb_callee()
|
D | ebb.h | 58 int count_pmc(int pmc, uint32_t sample_period);
|
D | pmae_handling_test.c | 42 count_pmc(1, sample_period); in syscall_ebb_callee()
|
D | back_to_back_ebbs_test.c | 41 count_pmc(1, sample_period); in ebb_callee()
|
D | cycles_with_freeze_test.c | 48 count_pmc(1, sample_period); in ebb_callee()
|
D | ebb.c | 119 found += count_pmc(i, sample_period); in standard_ebb_callee() 252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() function
|