Searched refs:perf_event_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | lsm_hook_defs.h | 413 LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
|
/linux-6.6.21/security/ |
D | security.c | 5311 return call_int_hook(perf_event_alloc, 0, event); in security_perf_event_alloc()
|
/linux-6.6.21/kernel/events/ |
D | core.c | 11868 perf_event_alloc(struct perf_event_attr *attr, int cpu, in perf_event_alloc() function 12509 event = perf_event_alloc(&attr, cpu, task, group_leader, NULL, in SYSCALL_DEFINE5() 12822 event = perf_event_alloc(attr, cpu, task, NULL, NULL, in perf_event_create_kernel_counter() 13317 child_event = perf_event_alloc(&parent_event->attr, in inherit_event()
|
/linux-6.6.21/security/selinux/ |
D | hooks.c | 7273 LSM_HOOK_INIT(perf_event_alloc, selinux_perf_event_alloc),
|