Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c666 ret = ftrace_startup(&graph_ops, FTRACE_START_FUNC_RET); in register_ftrace_graph()
H A Dftrace.c2873 if (command & FTRACE_START_FUNC_RET) in ftrace_modify_all_code()
8190 command |= FTRACE_START_FUNC_RET; in ftrace_startup_sysctl()
/openbmc/linux/include/linux/
H A Dftrace.h613 FTRACE_START_FUNC_RET = (1 << 3), enumerator