Home
last modified time | relevance | path

Searched refs:perf_allow_cpu (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dperf_event.h1794 extern int perf_allow_cpu(void);
2016 static inline int perf_allow_cpu(void) in __perf_event_disable()
1795 static inline int perf_allow_cpu(void) perf_allow_cpu() function
/linux/kernel/events/
H A Dcore.c5111 err = perf_allow_cpu(); in find_get_context()
14814 int perf_allow_cpu(void) in perf_allow_cpu() function
14821 EXPORT_SYMBOL_GPL(perf_allow_cpu);
/linux/arch/x86/events/intel/
H A Dcore.c5247 ret = perf_allow_cpu(); in intel_pmu_hw_config()