Searched refs:perf_event_exit_task (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dperf_event.h1087 extern void perf_event_exit_task(struct task_struct *child);
1756 static inline void perf_event_exit_task(struct task_struct *child) { } function
/linux-master/kernel/
H A Dexit.c887 perf_event_exit_task(tsk);
/linux-master/fs/
H A Dexec.c1406 perf_event_exit_task(me);
/linux-master/kernel/events/
H A Dcore.c2402 * When called from perf_event_exit_task, it's OK because the
2412 * Because of perf_event_exit_task(), perf_remove_from_context() ought
4819 * If it has already passed perf_event_exit_task().
5273 * Matches the smp_store_release() in perf_event_exit_task(). If we
5291 * If we're here through perf_event_exit_task() we're already
5302 * we raced with perf_event_exit_task(), acquiring the mutex
12563 * perf_event_exit_task() that could imply).
13165 void perf_event_exit_task(struct task_struct *child) function

Completed in 204 milliseconds