Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
H A Dftrace_internal.h12 int ftrace_startup(struct ftrace_ops *ops, int command);
21 # define ftrace_startup(ops, command) \ macro
H A Dfgraph.c629 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); in register_ftrace_graph()
H A Dftrace.c2868 int ftrace_startup(struct ftrace_ops *ops, int command) in ftrace_startup() function
4643 ret = ftrace_startup(&probe->ops, 0); in register_ftrace_function_probe()
7596 ret = ftrace_startup(ops, 0); in register_ftrace_function()
/kernel/linux/linux-6.6/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); in register_ftrace_graph()
H A Dftrace.c3012 int ftrace_startup(struct ftrace_ops *ops, int command) in ftrace_startup() function
4910 ret = ftrace_startup(&probe->ops, 0); in register_ftrace_function_probe()
5574 * Note there's window between ftrace_shutdown and ftrace_startup calls
5603 * Note there's window between ftrace_shutdown and ftrace_startup calls
8037 ret = ftrace_startup(ops, 0); in register_ftrace_function_nolock()

Completed in 22 milliseconds