Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dfgraph.c134 if (!ftrace_graph_entry(&trace)) in function_graph_enter()
366 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
483 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func()
485 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func()
628 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()
646 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/Linux-v5.10/arch/sparc/lib/
Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/Linux-v5.10/arch/riscv/kernel/
Dmcount.S88 la t3, ftrace_graph_entry
/Linux-v5.10/arch/parisc/kernel/
Dftrace.c69 ftrace_graph_entry != ftrace_graph_entry_stub) { in ftrace_function_trampoline()
/Linux-v5.10/arch/nds32/kernel/
Dftrace.c30 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
/Linux-v5.10/arch/mips/kernel/
Dmcount.S140 PTR_L t3, ftrace_graph_entry
/Linux-v5.10/arch/csky/abiv2/
Dmcount.S124 lrw a0, ftrace_graph_entry
/Linux-v5.10/arch/microblaze/kernel/
Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/Linux-v5.10/arch/sh/lib/
Dmcount.S133 .long ftrace_graph_entry
/Linux-v5.10/arch/x86/kernel/
Dftrace_64.S285 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
/Linux-v5.10/arch/arm64/kernel/
Dentry-ftrace.S240 ldr_l x2, ftrace_graph_entry // || (ftrace_graph_entry
/Linux-v5.10/arch/arm/kernel/
Dentry-ftrace.S53 ldr r1, =ftrace_graph_entry
/Linux-v5.10/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-v5.10/include/linux/
Dftrace.h941 extern trace_func_graph_ent_t ftrace_graph_entry;