Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dperf_event.h1800 return security_perf_event_open(PERF_SECURITY_CPU); in perf_allow_cpu()
1808 return security_perf_event_open(PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
/linux/security/
H A Dsecurity.c5465 int security_perf_event_open(int type) in security_perf_event_open() function
/linux/kernel/events/
H A Dcore.c13832 err = security_perf_event_open(PERF_SECURITY_OPEN); in SYSCALL_DEFINE5()
14691 return security_perf_event_open(PERF_SECURITY_KERNEL); in perf_allow_kernel()