Searched refs:ftrace_graph_entry_stub (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/sparc/lib/
H A Dmcount.S50 sethi %hi(ftrace_graph_entry_stub), %g2
52 or %g2, %lo(ftrace_graph_entry_stub), %g2
/linux-master/kernel/trace/
H A Dfgraph.c388 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) 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;
682 __ftrace_graph_entry = ftrace_graph_entry_stub;
/linux-master/arch/loongarch/kernel/
H A Dmcount.S53 la.pcrel t1, ftrace_graph_entry_stub
/linux-master/arch/riscv/kernel/
H A Dmcount.S92 la t6, ftrace_graph_entry_stub
/linux-master/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-master/arch/sh/lib/
H A Dmcount.S135 .long ftrace_graph_entry_stub
/linux-master/arch/csky/abiv2/
H A Dmcount.S126 lrw a1, ftrace_graph_entry_stub
/linux-master/arch/mips/kernel/
H A Dmcount.S139 PTR_LA t1, ftrace_graph_entry_stub
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S49 mov_l r0, ftrace_graph_entry_stub
/linux-master/include/linux/
H A Dftrace.h1036 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);

Completed in 209 milliseconds