Home
last modified time | relevance | path

Searched refs:perf_reserve_sampling (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
Dperf_event.c300 int perf_reserve_sampling(void) in perf_reserve_sampling() function
315 EXPORT_SYMBOL(perf_reserve_sampling);
Dperf_cpum_sf.c612 err = perf_reserve_sampling(); in reserve_pmc_hardware()
/linux-4.1.27/arch/s390/include/asm/
Dperf_event.h90 int perf_reserve_sampling(void);
/linux-4.1.27/arch/s390/oprofile/
Dinit.c93 retval = perf_reserve_sampling(); in oprofile_hwsampler_start()