Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/kernel/
Dftrace.c48 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
75 ftrace_graph_entry != ftrace_graph_entry_stub) { in ftrace_function_trampoline()
/Linux-v4.19/arch/sparc/lib/
Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c31 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
227 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/Linux-v4.19/arch/sparc/kernel/
Dftrace.c138 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/Linux-v4.19/arch/riscv/kernel/
Dmcount.S89 la t3, ftrace_graph_entry
Dftrace.c150 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/Linux-v4.19/arch/s390/kernel/
Dftrace.c216 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/Linux-v4.19/arch/microblaze/kernel/
Dftrace.c74 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/Linux-v4.19/arch/arm64/kernel/
Dentry-ftrace.S117 ldr_l x2, ftrace_graph_entry // || (ftrace_graph_entry
Dftrace.c236 if (!ftrace_graph_entry(&trace)) in prepare_ftrace_return()
/Linux-v4.19/arch/sh/kernel/
Dftrace.c377 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/Linux-v4.19/arch/x86/kernel/
Dftrace_32.S185 cmpl $ftrace_graph_entry_stub, ftrace_graph_entry
Dftrace_64.S276 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
Dftrace.c1053 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/Linux-v4.19/arch/mips/kernel/
Dmcount.S140 PTR_L t3, ftrace_graph_entry
Dftrace.c388 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
/Linux-v4.19/arch/sh/lib/
Dmcount.S136 .long ftrace_graph_entry
/Linux-v4.19/arch/arm/kernel/
Dftrace.c244 if (!ftrace_graph_entry(&trace)) { in prepare_ftrace_return()
Dentry-ftrace.S79 ldr r1, =ftrace_graph_entry
/Linux-v4.19/Documentation/trace/
Dftrace-design.rst124 (compare to ftrace_stub) and ftrace_graph_entry (compare to
151 + extern void (*ftrace_graph_entry)(...);
153 + ftrace_graph_entry != ftrace_graph_entry_stub)
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace.c715 if (!ftrace_graph_entry(&trace))
/Linux-v4.19/include/linux/
Dftrace.h804 extern trace_func_graph_ent_t ftrace_graph_entry;
/Linux-v4.19/kernel/trace/
Dftrace.c6782 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
6953 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func()
6955 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func()
6993 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()
7011 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()