Home
last modified time | relevance | path

Searched defs:profile_task_exit (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dprofile.h133 #define profile_task_exit(a) do { } while (0) macro
/kernel/linux/linux-5.10/kernel/
Dprofile.c149 void profile_task_exit(struct task_struct *task) in profile_task_exit() function