Searched refs:ftrace_graph_entry_stub (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/sparc/lib/ |
D | mcount.S | 50 sethi %hi(ftrace_graph_entry_stub), %g2 52 or %g2, %lo(ftrace_graph_entry_stub), %g2
|
/linux-6.12.1/kernel/trace/ |
D | fgraph.c | 486 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, in ftrace_graph_entry_stub() function 498 .entryfunc = ftrace_graph_entry_stub, 503 DEFINE_STATIC_CALL(fgraph_func, ftrace_graph_entry_stub); 963 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub; 1235 static_call_update(fgraph_func, ftrace_graph_entry_stub); in ftrace_graph_disable_direct() 1349 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | mcount.S | 53 la.pcrel t1, ftrace_graph_entry_stub
|
/linux-6.12.1/arch/riscv/kernel/ |
D | mcount.S | 92 la t6, ftrace_graph_entry_stub
|
/linux-6.12.1/arch/csky/abiv2/ |
D | mcount.S | 126 lrw a1, ftrace_graph_entry_stub
|
/linux-6.12.1/arch/mips/kernel/ |
D | mcount.S | 139 PTR_LA t1, ftrace_graph_entry_stub
|
/linux-6.12.1/arch/microblaze/kernel/ |
D | mcount.S | 103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
|
/linux-6.12.1/arch/sh/lib/ |
D | mcount.S | 135 .long ftrace_graph_entry_stub
|
/linux-6.12.1/arch/arm/kernel/ |
D | entry-ftrace.S | 49 mov_l r0, ftrace_graph_entry_stub
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace-design.rst | 125 ftrace_graph_entry_stub). If either of those is not set to the relevant stub 153 + ftrace_graph_entry != ftrace_graph_entry_stub)
|
/linux-6.12.1/include/linux/ |
D | ftrace.h | 1042 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace, struct fgraph_ops *gops);
|