Home
last modified time | relevance | path

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

/Linux-v5.15/arch/sparc/kernel/
Dftrace.c97 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/microblaze/kernel/
Dftrace.c199 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/riscv/kernel/
Dftrace.c208 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/csky/kernel/
Dftrace.c192 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/sh/kernel/
Dftrace.c281 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/parisc/kernel/
Dftrace.c85 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/arm64/kernel/
Dftrace.c296 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/arm/kernel/
Dftrace.c259 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c260 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/mips/kernel/
Dftrace.c232 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/include/linux/
Dftrace.h615 extern int ftrace_enable_ftrace_graph_caller(void);
618 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/s390/kernel/
Dftrace.c342 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/arch/x86/kernel/
Dftrace.c608 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/Linux-v5.15/Documentation/trace/
Dftrace-design.rst397 - ftrace_enable_ftrace_graph_caller()
408 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/Linux-v5.15/arch/powerpc/kernel/trace/
Dftrace.c930 int ftrace_enable_ftrace_graph_caller(void) function
/Linux-v5.15/kernel/trace/
Dftrace.c2720 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()