Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkcov.h31 void kcov_task_exit(struct task_struct *t);
97 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit() function
/openbmc/linux/kernel/
H A Dkcov.c443 void kcov_task_exit(struct task_struct *t) in kcov_task_exit() function
H A Dexit.c822 kcov_task_exit(tsk); in do_exit()