Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h1784 return security_perf_event_open(PERF_SECURITY_CPU); in perf_allow_cpu()
1792 return security_perf_event_open(PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
H A Dsecurity.h2342 extern int security_perf_event_open(int type);
2348 static inline int security_perf_event_open(int type) in security_perf_event_open() function
/linux/security/
H A Dsecurity.c5925 int security_perf_event_open(int type) in security_perf_event_open() function
/linux/kernel/events/
H A Dcore.c13387 err = security_perf_event_open(PERF_SECURITY_OPEN); in SYSCALL_DEFINE5()
14239 return security_perf_event_open(PERF_SECURITY_KERNEL); in perf_allow_kernel()