Searched refs:perf_event_alloc (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlsm_hook_defs.h442 LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
/linux-master/kernel/events/
H A Dcore.c1218 * perf_event_alloc()
5110 * The former two cases are handled in the allocation path (perf_event_alloc(),
5128 * Since this is called in perf_event_alloc() path, event::ctx
11884 perf_event_alloc(struct perf_event_attr *attr, int cpu, function
12525 event = perf_event_alloc(&attr, cpu, task, group_leader, NULL,
12838 event = perf_event_alloc(attr, cpu, task, NULL, NULL,
13333 child_event = perf_event_alloc(&parent_event->attr,
/linux-master/security/
H A Dsecurity.c5595 return call_int_hook(perf_event_alloc, event);
/linux-master/security/selinux/
H A Dhooks.c7419 LSM_HOOK_INIT(perf_event_alloc, selinux_perf_event_alloc),

Completed in 238 milliseconds