Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/kernel/
Dftrace.c97 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/microblaze/kernel/
Dftrace.c199 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/riscv/kernel/
Dftrace.c179 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/s390/kernel/
Dftrace.c181 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/csky/kernel/
Dftrace.c192 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/arm/kernel/
Dftrace.c229 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/sh/kernel/
Dftrace.c281 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/parisc/kernel/
Dftrace.c85 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/arm64/kernel/
Dftrace.c295 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/nds32/kernel/
Dftrace.c260 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/include/linux/
Dftrace.h591 extern int ftrace_enable_ftrace_graph_caller(void);
594 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/mips/kernel/
Dftrace.c244 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/arch/x86/kernel/
Dftrace.c608 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.10/Documentation/trace/
Dftrace-design.rst397 - ftrace_enable_ftrace_graph_caller()
408 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/Linux-v5.10/arch/powerpc/kernel/trace/
Dftrace.c931 int ftrace_enable_ftrace_graph_caller(void) function
/Linux-v5.10/kernel/trace/
Dftrace.c2713 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()