Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Dftrace.c81 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/arm64/kernel/
Dftrace.c168 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c469 ftrace_enable_ftrace_graph_caller(); in arch_ftrace_update_code()
486 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/s390/kernel/
Dmcount.S55 # See ftrace_enable_ftrace_graph_caller.
Dftrace.c228 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/sparc/kernel/
Dftrace.c96 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/microblaze/kernel/
Dftrace.c210 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/tile/kernel/
Dftrace.c238 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/include/linux/
Dftrace.h498 extern int ftrace_enable_ftrace_graph_caller(void);
501 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/arm/kernel/
Dftrace.c264 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/sh/kernel/
Dftrace.c300 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/arch/mips/kernel/
Dftrace.c261 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt370 - ftrace_enable_ftrace_graph_caller()
379 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/linux-4.4.14/arch/x86/kernel/
Dftrace.c951 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-4.4.14/kernel/trace/
Dftrace.c2490 err = ftrace_enable_ftrace_graph_caller(); in ftrace_modify_all_code()