Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c388 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub() function
401 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
402 static trace_func_graph_ent_t __ftrace_graph_entry = ftrace_graph_entry_stub;
681 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
682 __ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/openbmc/linux/arch/sparc/lib/
H A Dmcount.S50 sethi %hi(ftrace_graph_entry_stub), %g2
52 or %g2, %lo(ftrace_graph_entry_stub), %g2
/openbmc/linux/arch/loongarch/kernel/
H A Dmcount.S53 la.pcrel t1, ftrace_graph_entry_stub
/openbmc/linux/arch/riscv/kernel/
H A Dmcount.S92 la t6, ftrace_graph_entry_stub
/openbmc/linux/arch/mips/kernel/
H A Dmcount.S139 PTR_LA t1, ftrace_graph_entry_stub
/openbmc/linux/arch/microblaze/kernel/
H A Dmcount.S103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
/openbmc/linux/arch/csky/abiv2/
H A Dmcount.S126 lrw a1, ftrace_graph_entry_stub
/openbmc/linux/arch/sh/lib/
H A Dmcount.S135 .long ftrace_graph_entry_stub
/openbmc/linux/arch/arm/kernel/
H A Dentry-ftrace.S49 mov_l r0, ftrace_graph_entry_stub
/openbmc/linux/Documentation/trace/
H A Dftrace-design.rst125 ftrace_graph_entry_stub). If either of those is not set to the relevant stub
153 + ftrace_graph_entry != ftrace_graph_entry_stub)
/openbmc/linux/include/linux/
H A Dftrace.h1036 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);