Searched refs:ftrace_shutdown (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ftrace_internal.h | 13 int ftrace_shutdown(struct ftrace_ops *ops, int command); 28 # define ftrace_shutdown(ops, command) \ macro
|
H A D | fgraph.c | 646 ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET); in unregister_ftrace_graph()
|
H A D | ftrace.c | 2922 int ftrace_shutdown(struct ftrace_ops *ops, int command) in ftrace_shutdown() function 4770 ftrace_shutdown(&probe->ops, 0); in unregister_ftrace_function_probe_func() 6157 ftrace_shutdown(ops, 0); in ftrace_destroy_filter_files() 7615 ret = ftrace_shutdown(ops, 0); in unregister_ftrace_function()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ftrace_internal.h | 16 int ftrace_shutdown(struct ftrace_ops *ops, int command); 29 # define ftrace_shutdown(ops, command) \ macro
|
H A D | fgraph.c | 683 ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET); in unregister_ftrace_graph()
|
H A D | ftrace.c | 3066 int ftrace_shutdown(struct ftrace_ops *ops, int command) in ftrace_shutdown() function 5039 ftrace_shutdown(&probe->ops, 0); in unregister_ftrace_function_probe_func() 5574 * Note there's window between ftrace_shutdown and ftrace_startup calls 5603 * Note there's window between ftrace_shutdown and ftrace_startup calls 6412 ftrace_shutdown(ops, 0); in ftrace_destroy_filter_files() 8083 ret = ftrace_shutdown(ops, 0); in unregister_ftrace_function()
|
Completed in 20 milliseconds