Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
H A Dmcount.S50 sethi %hi(ftrace_graph_entry_stub), %g2
52 or %g2, %lo(ftrace_graph_entry_stub), %g2
/linux/kernel/trace/
H A Dfgraph.c524 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, in ftrace_graph_entry_stub() function
538 .entryfunc = ftrace_graph_entry_stub,
543 DEFINE_STATIC_CALL(fgraph_func, ftrace_graph_entry_stub);
1028 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
1308 static_call_update(fgraph_func, ftrace_graph_entry_stub); in ftrace_graph_disable_direct()
1440 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/linux/arch/loongarch/kernel/
H A Dmcount.S53 la.pcrel t1, ftrace_graph_entry_stub
/linux/arch/riscv/kernel/
H A Dmcount.S92 la t6, ftrace_graph_entry_stub
/linux/arch/csky/abiv2/
H A Dmcount.S126 lrw a1, ftrace_graph_entry_stub
/linux/arch/mips/kernel/
H A Dmcount.S139 PTR_LA t1, ftrace_graph_entry_stub
/linux/arch/microblaze/kernel/
H A Dmcount.S103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
104 cmpu r5, r5, r6; /* ftrace_graph_entry != ftrace_graph_entry_stub */
/linux/arch/sh/lib/
H A Dmcount.S135 .long ftrace_graph_entry_stub
/linux/arch/arm/kernel/
H A Dentry-ftrace.S49 mov_l r0, ftrace_graph_entry_stub
/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)
/linux/include/linux/
H A Dftrace.h1168 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace,