Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
H A Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/linux/kernel/trace/
H A Dfgraph.c1028 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
1377 ftrace_graph_entry = entry_run; in register_ftrace_graph()
1430 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/linux/arch/mips/kernel/
H A Dmcount.S140 PTR_L t3, ftrace_graph_entry
/linux/arch/microblaze/kernel/
H A Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/linux/arch/csky/abiv2/
H A Dmcount.S124 lrw a0, ftrace_graph_entry
/linux/arch/sh/lib/
H A Dmcount.S133 .long ftrace_graph_entry
/linux/Documentation/trace/
H 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/
H A Dentry-ftrace.S48 ldr_va r2, ftrace_graph_entry
/linux/include/linux/
H A Dftrace.h1257 extern trace_func_graph_ent_t ftrace_graph_entry;