Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dperf_event.h1002 extern int perf_event_init_task(struct task_struct *child, u64 clone_flags);
1536 static inline int perf_event_init_task(struct task_struct *child, in perf_event_init_task() function
/linux-6.1.9/kernel/
Dfork.c2230 retval = perf_event_init_task(p, clone_flags); in copy_process()
/linux-6.1.9/kernel/events/
Dcore.c13425 int perf_event_init_task(struct task_struct *child, u64 clone_flags) in perf_event_init_task() function