Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dperf_event.h1329 extern void perf_event_fork(struct task_struct *tsk);
1579 static inline void perf_event_fork(struct task_struct *tsk) { } in perf_event_fork() function
/linux-6.1.9/kernel/
Dfork.c2491 perf_event_fork(p); in copy_process()
/linux-6.1.9/kernel/events/
Dcore.c7998 void perf_event_fork(struct task_struct *task) in perf_event_fork() function