Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dperf_event.h1636 extern void perf_event_fork(struct task_struct *tsk);
1902 static inline void perf_event_fork(struct task_struct *tsk) { } in perf_event_fork() function
/linux-6.15/kernel/
H A Dfork.c2660 perf_event_fork(p); in copy_process()
/linux-6.15/kernel/events/
H A Dcore.c8793 void perf_event_fork(struct task_struct *task) in perf_event_fork() function