Home
last modified time | relevance | path

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

/include/linux/
Dperf_event.h1349 return security_perf_event_open(attr, PERF_SECURITY_KERNEL); in perf_allow_kernel()
1357 return security_perf_event_open(attr, PERF_SECURITY_CPU); in perf_allow_cpu()
1365 return security_perf_event_open(attr, PERF_SECURITY_TRACEPOINT); in perf_allow_tracepoint()
Dsecurity.h2026 extern int security_perf_event_open(struct perf_event_attr *attr, int type);
2032 static inline int security_perf_event_open(struct perf_event_attr *attr, in security_perf_event_open() function