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

/linux-master/kernel/trace/
H A Dftrace_internal.h15 int ftrace_startup(struct ftrace_ops *ops, int command);
22 # define ftrace_startup(ops, command) \ macro
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
4913 ret = ftrace_startup(&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
8040 ret = ftrace_startup(ops, 0);

Completed in 125 milliseconds