Searched refs:perf_event_alloc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hook_defs.h | 393 LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 2532 return call_int_hook(perf_event_alloc, 0, event); in security_perf_event_alloc()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 11205 perf_event_alloc(struct perf_event_attr *attr, int cpu, in perf_event_alloc() function 11823 event = perf_event_alloc(&attr, cpu, task, group_leader, NULL, in SYSCALL_DEFINE5() 12202 event = perf_event_alloc(attr, cpu, task, NULL, NULL, in perf_event_create_kernel_counter() 12649 child_event = perf_event_alloc(&parent_event->attr, in inherit_event()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7272 LSM_HOOK_INIT(perf_event_alloc, selinux_perf_event_alloc),
|