Home
last modified time | relevance | path

Searched refs:FTRACE_STOP_FUNC_RET (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/trace/
Dfgraph.c648 ftrace_shutdown(&graph_ops, FTRACE_STOP_FUNC_RET); in unregister_ftrace_graph()
Dftrace.c2714 else if (command & FTRACE_STOP_FUNC_RET) in ftrace_modify_all_code()
3044 command |= FTRACE_STOP_FUNC_RET; in ftrace_shutdown_sysctl()
/Linux-v5.10/include/linux/
Dftrace.h480 FTRACE_STOP_FUNC_RET = (1 << 4), enumerator