Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dperf_event.h1169 extern int perf_event_init_task(struct task_struct *child, u64 clone_flags);
1870 static inline int perf_event_init_task(struct task_struct *child, in perf_event_init_task() function
/linux-6.14.4/kernel/
Dfork.c2381 retval = perf_event_init_task(p, clone_flags); in copy_process()
/linux-6.14.4/kernel/events/
Dcore.c13971 int perf_event_init_task(struct task_struct *child, u64 clone_flags) in perf_event_init_task() function