Searched refs:ftrace_startup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ftrace_internal.h | 12 int ftrace_startup(struct ftrace_ops *ops, int command); 21 # define ftrace_startup(ops, command) \ macro
|
H A D | fgraph.c | 629 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); in register_ftrace_graph()
|
H A D | ftrace.c | 2868 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 D | ftrace_internal.h | 15 int ftrace_startup(struct ftrace_ops *ops, int command); 22 # define ftrace_startup(ops, command) \ macro
|
H A D | fgraph.c | 666 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); in register_ftrace_graph()
|
H A D | ftrace.c | 3012 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