Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dperf_event.h1529 extern void perf_event_fork(struct task_struct *tsk);
1772 static inline void perf_event_fork(struct task_struct *tsk) { } in perf_event_fork() function
/openbmc/linux/kernel/
H A Dfork.c2727 perf_event_fork(p); in copy_process()
/openbmc/linux/kernel/events/
H A Dcore.c8301 void perf_event_fork(struct task_struct *task) in perf_event_fork() function