Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Dftrace.c89 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/arm64/kernel/
Dftrace.c173 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/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.4.14/arch/sparc/kernel/
Dftrace.c106 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/microblaze/kernel/
Dftrace.c222 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/s390/kernel/
Dftrace.c236 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/tile/kernel/
Dftrace.c243 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/include/linux/
Dftrace.h499 extern int ftrace_disable_ftrace_graph_caller(void);
502 static inline int ftrace_disable_ftrace_graph_caller(void) { return 0; } in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/arm/kernel/
Dftrace.c269 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/sh/kernel/
Dftrace.c311 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/arch/mips/kernel/
Dftrace.c267 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt371 - ftrace_disable_ftrace_graph_caller()
381 - ftrace_disable_ftrace_graph_caller() will runtime patch the
/linux-4.4.14/arch/x86/kernel/
Dftrace.c958 int ftrace_disable_ftrace_graph_caller(void) in ftrace_disable_ftrace_graph_caller() function
/linux-4.4.14/kernel/trace/
Dftrace.c2492 err = ftrace_disable_ftrace_graph_caller(); in ftrace_modify_all_code()