Searched refs:ftrace_graph_entry_stub (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/kernel/trace/ |
D | fgraph.c | 388 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()
|
/Linux-v6.6/arch/sparc/lib/ |
D | mcount.S | 50 sethi %hi(ftrace_graph_entry_stub), %g2 52 or %g2, %lo(ftrace_graph_entry_stub), %g2
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | mcount.S | 53 la.pcrel t1, ftrace_graph_entry_stub
|
/Linux-v6.6/arch/riscv/kernel/ |
D | mcount.S | 92 la t6, ftrace_graph_entry_stub
|
/Linux-v6.6/arch/csky/abiv2/ |
D | mcount.S | 126 lrw a1, ftrace_graph_entry_stub
|
/Linux-v6.6/arch/microblaze/kernel/ |
D | mcount.S | 103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
|
/Linux-v6.6/arch/mips/kernel/ |
D | mcount.S | 139 PTR_LA t1, ftrace_graph_entry_stub
|
/Linux-v6.6/arch/sh/lib/ |
D | mcount.S | 135 .long ftrace_graph_entry_stub
|
/Linux-v6.6/arch/arm/kernel/ |
D | entry-ftrace.S | 49 mov_l r0, ftrace_graph_entry_stub
|
/Linux-v6.6/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-v6.6/include/linux/ |
D | ftrace.h | 1036 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);
|