Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/kernel/
Dftrace.c65 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace); in ftrace_function_trampoline()
75 ftrace_graph_entry != ftrace_graph_entry_stub) { in ftrace_function_trampoline()
/Linux-v4.19/arch/sparc/lib/
Dmcount.S50 sethi %hi(ftrace_graph_entry_stub), %g2
52 or %g2, %lo(ftrace_graph_entry_stub), %g2
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c10 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);
31 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
/Linux-v4.19/arch/riscv/kernel/
Dmcount.S91 la t6, ftrace_graph_entry_stub
/Linux-v4.19/arch/arm64/kernel/
Dentry-ftrace.S118 adr_l x0, ftrace_graph_entry_stub // != ftrace_graph_entry_stub))
/Linux-v4.19/arch/x86/kernel/
Dftrace_32.S185 cmpl $ftrace_graph_entry_stub, ftrace_graph_entry
Dftrace_64.S276 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
/Linux-v4.19/arch/microblaze/kernel/
Dmcount.S103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
/Linux-v4.19/arch/mips/kernel/
Dmcount.S139 PTR_LA t1, ftrace_graph_entry_stub
/Linux-v4.19/arch/sh/lib/
Dmcount.S138 .long ftrace_graph_entry_stub
/Linux-v4.19/arch/arm/kernel/
Dentry-ftrace.S81 ldr r0, =ftrace_graph_entry_stub
/Linux-v4.19/Documentation/trace/
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-v4.19/kernel/trace/
Dftrace.c6774 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub() function
6782 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
6783 static trace_func_graph_ent_t __ftrace_graph_entry = ftrace_graph_entry_stub;
7011 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
7012 __ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()