Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/kernel/
Dftrace.c97 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/riscv/kernel/
Dftrace.c151 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/s390/kernel/
Dftrace.c227 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
Dmcount.S64 # See ftrace_enable_ftrace_graph_caller.
/Linux-v5.4/arch/microblaze/kernel/
Dftrace.c199 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/csky/kernel/
Dftrace.c179 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/arm64/kernel/
Dftrace.c267 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/sh/kernel/
Dftrace.c281 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/parisc/kernel/
Dftrace.c84 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/arm/kernel/
Dftrace.c237 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/include/linux/
Dftrace.h492 extern int ftrace_enable_ftrace_graph_caller(void);
495 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/nds32/kernel/
Dftrace.c271 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/mips/kernel/
Dftrace.c248 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/arch/powerpc/kernel/trace/
Dftrace.c917 int ftrace_enable_ftrace_graph_caller(void) function
/Linux-v5.4/Documentation/trace/
Dftrace-design.rst405 - ftrace_enable_ftrace_graph_caller()
416 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/Linux-v5.4/arch/x86/kernel/
Dftrace.c999 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.4/kernel/trace/
Dftrace.c2573 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()