Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dftrace.c102 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/microblaze/kernel/
Dftrace.c206 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/riscv/kernel/
Dftrace.c227 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/csky/kernel/
Dftrace.c193 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/sh/kernel/
Dftrace.c287 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/parisc/kernel/
Dftrace.c88 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/mips/kernel/
Dftrace.c238 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/arm/kernel/
Dftrace.c318 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/include/linux/
Dftrace.h728 extern int ftrace_disable_ftrace_graph_caller(void);
731 static inline int ftrace_disable_ftrace_graph_caller(void) { return 0; } in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/loongarch/kernel/
Dftrace_dyn.c273 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/arm64/kernel/
Dftrace.c512 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/s390/kernel/
Dftrace.c297 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/arch/x86/kernel/
Dftrace.c600 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/Documentation/trace/
Dftrace-design.rst386 - ftrace_disable_ftrace_graph_caller()
398 - ftrace_disable_ftrace_graph_caller() will runtime patch the
/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace_64_pg.c793 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-6.12.1/kernel/trace/
Dfgraph.c480 int __weak ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
Dftrace.c2907 err = ftrace_disable_ftrace_graph_caller(); in ftrace_modify_all_code()