Home
last modified time | relevance | path

Searched refs:ftrace_enable_ftrace_graph_caller (Results 1 – 15 of 15) sorted by relevance

/linux/arch/sparc/kernel/
H A Dftrace.c92 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/microblaze/kernel/
H A Dftrace.c194 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/csky/kernel/
H A Dftrace.c187 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/sh/kernel/
H A Dftrace.c276 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/parisc/kernel/
H A Dftrace.c82 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/arm/kernel/
H A Dftrace.c313 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/mips/kernel/
H A Dftrace.c232 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/include/linux/
H A Dftrace.h842 extern int ftrace_enable_ftrace_graph_caller(void);
845 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c275 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/arm64/kernel/
H A Dftrace.c589 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/arch/x86/kernel/
H A Dftrace.c593 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/Documentation/trace/
H A Dftrace-design.rst381 - ftrace_enable_ftrace_graph_caller()
392 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c773 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux/kernel/trace/
H A Dfgraph.c509 int __weak ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
H A Dftrace.c2903 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()