Searched refs:perf_event_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux/security/ |
| H A D | security.c | 5609 rc = call_int_hook(perf_event_alloc, event); in security_perf_event_alloc()
|
| /linux/kernel/events/ |
| H A D | core.c | 13306 perf_event_alloc(struct perf_event_attr *attr, int cpu, in perf_event_alloc() function 13963 event = perf_event_alloc(&attr, cpu, task, group_leader, NULL, in SYSCALL_DEFINE5() 14278 event = perf_event_alloc(attr, cpu, task, NULL, NULL, in perf_event_create_kernel_counter() 14772 child_event = perf_event_alloc(&parent_event->attr, in inherit_event()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7821 LSM_HOOK_INIT(perf_event_alloc, selinux_perf_event_alloc),
|