Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dperf_event.h1615 return security_perf_event_open(attr, PERF_SECURITY_CPU); in perf_allow_cpu()
1623 return security_perf_event_open(attr, PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
H A Dsecurity.h2082 extern int security_perf_event_open(struct perf_event_attr *attr, int type);
2088 static inline int security_perf_event_open(struct perf_event_attr *attr, in security_perf_event_open() function
/openbmc/linux/security/
H A Dsecurity.c5298 int security_perf_event_open(struct perf_event_attr *attr, int type) in security_perf_event_open() function
/openbmc/linux/kernel/events/
H A Dcore.c12492 err = security_perf_event_open(&attr, PERF_SECURITY_OPEN); in SYSCALL_DEFINE5()
13356 return security_perf_event_open(attr, PERF_SECURITY_KERNEL); in perf_allow_kernel()