Searched refs:ftrace_shutdown (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dftrace_internal.h16 int ftrace_shutdown(struct ftrace_ops *ops, int command);
29 # define ftrace_shutdown(ops, command) \ macro
H A Dfgraph.c683 ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET);
H A Dftrace.c3067 int ftrace_shutdown(struct ftrace_ops *ops, int command) function
5042 ftrace_shutdown(&probe->ops, 0);
5577 * Note there's window between ftrace_shutdown and ftrace_startup calls
5606 * Note there's window between ftrace_shutdown and ftrace_startup calls
6415 ftrace_shutdown(ops, 0);
8086 ret = ftrace_shutdown(ops, 0);

Completed in 132 milliseconds