Home
last modified time | relevance | path

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

/include/linux/
Dperf_event.h1266 return security_perf_event_open(attr, PERF_SECURITY_KERNEL); in perf_allow_kernel()
1274 return security_perf_event_open(attr, PERF_SECURITY_CPU); in perf_allow_cpu()
1282 return security_perf_event_open(attr, PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
Dsecurity.h1903 extern int security_perf_event_open(struct perf_event_attr *attr, int type);
1909 static inline int security_perf_event_open(struct perf_event_attr *attr, in security_perf_event_open() function