Home
last modified time | relevance | path

Searched refs:ftrace_graph_entry (Results 1 – 20 of 20) sorted by relevance

/linux-2.6.39/arch/parisc/kernel/
Dftrace.c140 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
163 if (ftrace_graph_entry && ftrace_graph_return) { in ftrace_function_trampoline()
/linux-2.6.39/arch/sparc/lib/
Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/linux-2.6.39/arch/s390/kernel/
Dftrace.c162 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-2.6.39/arch/blackfin/kernel/
Dftrace.c119 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-2.6.39/arch/sparc/kernel/
Dftrace.c144 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-2.6.39/arch/microblaze/kernel/
Dftrace.c71 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dmcount.S107 lwi r6, r0, ftrace_graph_entry;
/linux-2.6.39/arch/mips/kernel/
Dftrace.c318 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dmcount.S117 PTR_L t3, ftrace_graph_entry
/linux-2.6.39/arch/sh/kernel/
Dftrace.c396 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-2.6.39/arch/arm/kernel/
Dftrace.c236 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dentry-common.S164 ldr r1, =ftrace_graph_entry
/linux-2.6.39/arch/x86/kernel/
Dftrace.c444 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dentry_32.S1159 cmpl $ftrace_graph_entry_stub, ftrace_graph_entry
Dentry_64.S108 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
/linux-2.6.39/arch/sh/lib/
Dmcount.S143 .long ftrace_graph_entry
/linux-2.6.39/include/linux/
Dftrace.h425 extern trace_func_graph_ent_t ftrace_graph_entry;
/linux-2.6.39/arch/powerpc/kernel/
Dftrace.c597 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-2.6.39/Documentation/trace/
Dftrace-design.txt137 (compare to ftrace_stub) and ftrace_graph_entry (compare to
163 + extern void (*ftrace_graph_entry)(...);
165 + ftrace_graph_entry != ftrace_graph_entry_stub)
/linux-2.6.39/kernel/trace/
Dftrace.c3234 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
3393 ftrace_graph_entry = entryfunc; in register_ftrace_graph()
3411 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()