Searched refs:count_pmc (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_counter_test.c | 71 count_pmc(1, sample_period); in multi_counter() 72 count_pmc(2, sample_period); in multi_counter() 73 count_pmc(3, sample_period); in multi_counter() 74 count_pmc(4, sample_period); in multi_counter() 75 count_pmc(5, sample_period); in multi_counter() 76 count_pmc(6, sample_period); in multi_counter()
|
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() 77 count_pmc(2, sample_period); in pmc56_overflow()
|
D | pmae_handling_test.c | 42 count_pmc(1, sample_period); in syscall_ebb_callee() 83 count_pmc(1, sample_period); in test_body()
|
D | back_to_back_ebbs_test.c | 41 count_pmc(1, sample_period); in ebb_callee() 92 count_pmc(1, sample_period); in back_to_back_ebbs()
|
D | cycles_with_freeze_test.c | 48 count_pmc(1, sample_period); in ebb_callee() 100 count_pmc(1, sample_period); in cycles_with_freeze()
|
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.c | 120 found += count_pmc(i, sample_period); in standard_ebb_callee() 253 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() function 390 count_pmc(1, sample_period); in ebb_child()
|
D | cycles_test.c | 43 count_pmc(1, sample_period); in cycles()
|
D | lost_exception_test.c | 76 count_pmc(4, sample_period); in test_body()
|
D | cycles_with_mmcr2_test.c | 72 count_pmc(1, sample_period); in cycles_with_mmcr2()
|
D | ebb_on_willing_child_test.c | 41 count_pmc(1, sample_period); in victim_child()
|
D | ebb.h | 59 int count_pmc(int pmc, uint32_t sample_period);
|
D | multi_ebb_procs_test.c | 64 count_pmc(1, sample_period); in cycles_child()
|