Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c146 if (!ftrace_graph_entry(&trace)) in function_graph_enter()
401 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; variable
519 ftrace_graph_entry = ftrace_graph_entry_test; in update_function_graph_func()
521 ftrace_graph_entry = __ftrace_graph_entry; in update_function_graph_func()
663 ftrace_graph_entry = ftrace_graph_entry_test; in register_ftrace_graph()
681 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/openbmc/linux/arch/sparc/lib/
H A Dmcount.S51 sethi %hi(ftrace_graph_entry), %g1
53 ldx [%g1 + %lo(ftrace_graph_entry)], %g1
/openbmc/linux/arch/loongarch/kernel/
H A Dmcount.S54 la.pcrel t3, ftrace_graph_entry
/openbmc/linux/arch/riscv/kernel/
H A Dmcount.S90 la t3, ftrace_graph_entry
/openbmc/linux/arch/microblaze/kernel/
H A Dmcount.S102 lwi r6, r0, ftrace_graph_entry;
/openbmc/linux/arch/csky/abiv2/
H A Dmcount.S124 lrw a0, ftrace_graph_entry
/openbmc/linux/arch/mips/kernel/
H A Dmcount.S140 PTR_L t3, ftrace_graph_entry
/openbmc/linux/arch/sh/lib/
H A Dmcount.S133 .long ftrace_graph_entry
/openbmc/linux/arch/arm/kernel/
H A Dentry-ftrace.S48 ldr_va r2, ftrace_graph_entry
/openbmc/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)
/openbmc/linux/include/linux/
H A Dftrace.h1113 extern trace_func_graph_ent_t ftrace_graph_entry;