Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dftrace.c143 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
163 if (ftrace_graph_entry && ftrace_graph_return) { in ftrace_function_trampoline()
/linux-4.1.27/arch/tile/kernel/
Dmcount_64.S144 moveli r16, hw2_last(ftrace_graph_entry)
148 shl16insli r16, r16, hw1(ftrace_graph_entry)
152 shl16insli r16, r16, hw0(ftrace_graph_entry)
Dftrace.c205 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/sparc/lib/
Dmcount.S48 sethi %hi(ftrace_graph_entry), %g1
50 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/linux-4.1.27/arch/arm64/kernel/
Dentry-ftrace.S123 adrp x1, ftrace_graph_entry // || (ftrace_graph_entry
125 ldr x2, [x1, #:lo12:ftrace_graph_entry]
Dftrace.c134 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/blackfin/kernel/
Dftrace.c116 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/sparc/kernel/
Dftrace.c140 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/microblaze/kernel/
Dftrace.c74 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/linux-4.1.27/arch/s390/kernel/
Dftrace.c210 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/linux-4.1.27/arch/sh/kernel/
Dftrace.c396 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/arm/kernel/
Dftrace.c215 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dentry-ftrace.S79 ldr r1, =ftrace_graph_entry
/linux-4.1.27/arch/mips/kernel/
Dmcount.S127 PTR_L t3, ftrace_graph_entry
Dftrace.c401 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/linux-4.1.27/arch/sh/lib/
Dmcount.S136 .long ftrace_graph_entry
/linux-4.1.27/arch/x86/kernel/
Dmcount_64.S270 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
Dftrace.c1016 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dentry_32.S1142 cmpl $ftrace_graph_entry_stub, ftrace_graph_entry
/linux-4.1.27/arch/powerpc/kernel/
Dftrace.c534 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt113 (compare to ftrace_stub) and ftrace_graph_entry (compare to
139 + extern void (*ftrace_graph_entry)(...);
141 + ftrace_graph_entry != ftrace_graph_entry_stub)
/linux-4.1.27/include/linux/
Dftrace.h792 extern trace_func_graph_ent_t ftrace_graph_entry;
/linux-4.1.27/kernel/trace/
Dftrace.c5645 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
5816 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func()
5818 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func()
5856 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()
5874 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()