Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dftrace.c97 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/s390/kernel/
Dmcount.S63 # See ftrace_enable_ftrace_graph_caller.
Dftrace.c235 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/riscv/kernel/
Dftrace.c162 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/microblaze/kernel/
Dftrace.c210 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/arm64/kernel/
Dftrace.c268 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/include/linux/
Dftrace.h498 extern int ftrace_enable_ftrace_graph_caller(void);
501 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/sh/kernel/
Dftrace.c281 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c286 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/arm/kernel/
Dftrace.c303 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/mips/kernel/
Dftrace.c248 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c668 int ftrace_enable_ftrace_graph_caller(void) function
/Linux-v4.19/Documentation/trace/
Dftrace-design.rst405 - ftrace_enable_ftrace_graph_caller()
416 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/Linux-v4.19/arch/x86/kernel/
Dftrace.c972 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v4.19/kernel/trace/
Dftrace.c2586 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()