Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dfgraph.c136 if (!ftrace_graph_entry(&trace)) in function_graph_enter()
367 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()
627 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()
645 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/linux/arch/sparc/lib/
A Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/linux/arch/riscv/kernel/
A Dmcount.S88 la t3, ftrace_graph_entry
/linux/arch/nds32/kernel/
A Dftrace.c30 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
/linux/arch/csky/abiv2/
A Dmcount.S124 lrw a0, ftrace_graph_entry
/linux/arch/microblaze/kernel/
A Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/linux/arch/mips/kernel/
A Dmcount.S140 PTR_L t3, ftrace_graph_entry
/linux/arch/sh/lib/
A Dmcount.S133 .long ftrace_graph_entry
/linux/arch/arm64/kernel/
A Dentry-ftrace.S246 ldr_l x2, ftrace_graph_entry // || (ftrace_graph_entry
/linux/Documentation/trace/
A 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/arch/arm/kernel/
A Dentry-ftrace.S53 ldr r1, =ftrace_graph_entry
/linux/include/linux/
A Dftrace.h1014 extern trace_func_graph_ent_t ftrace_graph_entry;

Completed in 22 milliseconds