Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlsm_hook_defs.h413 LSM_HOOK(int, 0, perf_event_alloc, struct perf_event *event)
/openbmc/linux/security/
H A Dsecurity.c5313 return call_int_hook(perf_event_alloc, 0, event); in security_perf_event_alloc()
/openbmc/linux/kernel/events/
H A Dcore.c1222 * 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 in exclusive_event_init()
11931 perf_event_alloc(struct perf_event_attr *attr, int cpu, in perf_event_alloc() function
12573 event = perf_event_alloc(&attr, cpu, task, group_leader, NULL, in SYSCALL_DEFINE5()
12886 event = perf_event_alloc(attr, cpu, task, NULL, NULL, in perf_event_create_kernel_counter()
13390 child_event = perf_event_alloc(&parent_event->attr, in inherit_event()
/openbmc/linux/security/selinux/
H A Dhooks.c7283 LSM_HOOK_INIT(perf_event_alloc, selinux_perf_event_alloc),