Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dperf_event.h1596 #define PERF_SECURITY_OPEN 0 macro
/openbmc/linux/security/selinux/
H A Dhooks.c6884 if (type == PERF_SECURITY_OPEN) in selinux_perf_event_open()
/openbmc/linux/kernel/events/
H A Dcore.c12492 err = security_perf_event_open(&attr, PERF_SECURITY_OPEN); in SYSCALL_DEFINE5()