Home
last modified time | relevance | path

Searched refs:count_pmc (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/
Dpmc56_overflow_test.c30 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()
Dinstruction_count_test.c43 count_pmc(4, sample_period); in do_count_loop()
101 count_pmc(4, sample_period); in pmc4_ebb_callee()
Debb.h58 int count_pmc(int pmc, uint32_t sample_period);
Dpmae_handling_test.c42 count_pmc(1, sample_period); in syscall_ebb_callee()
Dback_to_back_ebbs_test.c41 count_pmc(1, sample_period); in ebb_callee()
Dcycles_with_freeze_test.c48 count_pmc(1, sample_period); in ebb_callee()
Debb.c119 found += count_pmc(i, sample_period); in standard_ebb_callee()
252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() function