Searched refs:pmc_stop (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | perfmon.c | 33 void pmc_stop(void *data); 226 pmc_stop(NULL); in clear_buffers() 227 smp_call_function(pmc_stop, (void *)NULL, 0, 1); in clear_buffers() 255 void pmc_stop(void *data) in pmc_stop() function 353 pmc_stop(NULL); in decr_profile() 354 smp_call_function(pmc_stop, (void *)NULL, 0, 1); in decr_profile() 473 pmc_stop(NULL); in pmc_profile() 474 smp_call_function(pmc_stop, (void *)NULL, 0, 1); in pmc_profile() 526 pmc_stop(NULL); in pmc_set_general() 527 smp_call_function(pmc_stop, (void *)NULL, 0, 1); in pmc_set_general() [all …]
|