Home
last modified time | relevance | path

Searched refs:perf_event_init_task (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dperf_event.h1082 extern int perf_event_init_task(struct task_struct *child, u64 clone_flags);
1730 static inline int perf_event_init_task(struct task_struct *child, in perf_event_init_task() function
/Linux-v6.6/kernel/
Dfork.c2475 retval = perf_event_init_task(p, clone_flags); in copy_process()
/Linux-v6.6/kernel/events/
Dcore.c13531 int perf_event_init_task(struct task_struct *child, u64 clone_flags) in perf_event_init_task() function