Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dftrace.c179 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
Dmcount64.S43 # See ftrace_enable_ftrace_graph_caller. The patched instruction is:
Dmcount.S47 # See ftrace_enable_ftrace_graph_caller. The patched instruction is:
/linux-2.6.39/include/linux/
Dftrace.h188 extern int ftrace_enable_ftrace_graph_caller(void);
191 static inline int ftrace_enable_ftrace_graph_caller(void) { return 0; } in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/blackfin/kernel/
Dftrace.c84 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/sparc/kernel/
Dftrace.c100 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/microblaze/kernel/
Dftrace.c210 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/mips/kernel/
Dftrace.c181 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/sh/kernel/
Dftrace.c303 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/arm/kernel/
Dftrace.c278 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/x86/kernel/
Dftrace.c370 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/arch/powerpc/kernel/
Dftrace.c503 int ftrace_enable_ftrace_graph_caller(void) in ftrace_enable_ftrace_graph_caller() function
/linux-2.6.39/Documentation/trace/
Dftrace-design.txt399 - ftrace_enable_ftrace_graph_caller()
408 - ftrace_enable_ftrace_graph_caller() will runtime patch the
/linux-2.6.39/kernel/trace/
Dftrace.c1150 ftrace_enable_ftrace_graph_caller(); in __ftrace_modify_code()