Searched refs:ftrace_startup (Results 1 - 3 of 3) sorted by path

/linux-master/kernel/trace/
H A Dfgraph.c666 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET);
H A Dftrace.c3013 int ftrace_startup(struct ftrace_ops *ops, int command) function
4912 ret = ftrace_startup(&probe->ops, 0);
5576 * Note there's window between ftrace_shutdown and ftrace_startup calls
5605 * Note there's window between ftrace_shutdown and ftrace_startup calls
8039 ret = ftrace_startup(ops, 0);
H A Dftrace_internal.h15 int ftrace_startup(struct ftrace_ops *ops, int command);
22 # define ftrace_startup(ops, command) \ macro

Completed in 224 milliseconds