Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dftrace.c89 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/arm64/kernel/
Dftrace.c173 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/powerpc/kernel/
Dftrace.c471 ftrace_disable_ftrace_graph_caller(); in arch_ftrace_update_code()
499 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/sparc/kernel/
Dftrace.c106 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/microblaze/kernel/
Dftrace.c222 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/s390/kernel/
Dftrace.c236 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/tile/kernel/
Dftrace.c243 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/include/linux/
Dftrace.h488 extern int ftrace_disable_ftrace_graph_caller(void);
491 static inline int ftrace_disable_ftrace_graph_caller(void) { return 0; } in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/sh/kernel/
Dftrace.c311 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/arm/kernel/
Dftrace.c269 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/arch/mips/kernel/
Dftrace.c267 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt371 - ftrace_disable_ftrace_graph_caller()
381 - ftrace_disable_ftrace_graph_caller() will runtime patch the
/linux-4.1.27/arch/x86/kernel/
Dftrace.c954 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.1.27/kernel/trace/
Dftrace.c2482 err = ftrace_disable_ftrace_graph_caller(); in ftrace_modify_all_code()