Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dprofile.h71 void profile_task_exit(struct task_struct * task);
133 #define profile_task_exit(a) do { } while (0) macro
/Linux-v4.19/kernel/
Dprofile.c140 void profile_task_exit(struct task_struct *task) in profile_task_exit() function
Dexit.c770 profile_task_exit(tsk); in do_exit()