Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dftrace.h1116 extern void ftrace_graph_exit_task(struct task_struct *t);
1133 static inline void ftrace_graph_exit_task(struct task_struct *t) { } in ftrace_graph_exit_task() function
/openbmc/linux/kernel/trace/
H A Dfgraph.c588 void ftrace_graph_exit_task(struct task_struct *t) in ftrace_graph_exit_task() function
/openbmc/linux/kernel/
H A Dfork.c622 ftrace_graph_exit_task(tsk); in free_task()