Searched refs:count_pmc (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ | 
| D | multi_counter_test.c | 73 	count_pmc(1, sample_period);  in multi_counter() 74 	count_pmc(2, sample_period);  in multi_counter() 75 	count_pmc(3, sample_period);  in multi_counter() 76 	count_pmc(4, sample_period);  in multi_counter() 77 	count_pmc(5, sample_period);  in multi_counter() 78 	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() 79 	count_pmc(2, sample_period);  in pmc56_overflow()
  | 
| D | pmae_handling_test.c | 42 	count_pmc(1, sample_period);  in syscall_ebb_callee() 85 	count_pmc(1, sample_period);  in test_body()
  | 
| D | back_to_back_ebbs_test.c | 41 	count_pmc(1, sample_period);  in ebb_callee() 94 	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() 102 	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 | 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 399 	count_pmc(1, sample_period);  in ebb_child()
  | 
| D | cycles_test.c | 45 	count_pmc(1, sample_period);  in cycles()
  | 
| D | lost_exception_test.c | 78 	count_pmc(4, sample_period);  in test_body()
  | 
| D | ebb_on_willing_child_test.c | 41 	count_pmc(1, sample_period);  in victim_child()
  | 
| D | cycles_with_mmcr2_test.c | 74 	count_pmc(1, sample_period);  in cycles_with_mmcr2()
  | 
| D | ebb.h | 60 int count_pmc(int pmc, uint32_t sample_period);
  | 
| D | multi_ebb_procs_test.c | 64 	count_pmc(1, sample_period);  in cycles_child()
  |