Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dperf_event.h1707 return security_perf_event_open(PERF_SECURITY_CPU); in perf_allow_cpu()
1715 return security_perf_event_open(PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
H A Dsecurity.h2327 extern int security_perf_event_open(int type);
2333 static inline int security_perf_event_open(int type) in security_perf_event_open() function
/linux-6.15/security/
H A Dsecurity.c5895 int security_perf_event_open(int type) in security_perf_event_open() function
/linux-6.15/kernel/events/
H A Dcore.c13088 err = security_perf_event_open(PERF_SECURITY_OPEN); in SYSCALL_DEFINE5()
13949 return security_perf_event_open(PERF_SECURITY_KERNEL); in perf_allow_kernel()