Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dfgraph.c353 int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace) in ftrace_graph_entry_stub() function
366 trace_func_graph_ent_t ftrace_graph_entry = ftrace_graph_entry_stub;
367 static trace_func_graph_ent_t __ftrace_graph_entry = ftrace_graph_entry_stub;
644 ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
645 __ftrace_graph_entry = ftrace_graph_entry_stub; in unregister_ftrace_graph()
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dmcount.S50 sethi %hi(ftrace_graph_entry_stub), %g2
52 or %g2, %lo(ftrace_graph_entry_stub), %g2
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmcount.S90 la t6, ftrace_graph_entry_stub
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dftrace.c69 ftrace_graph_entry != ftrace_graph_entry_stub) { in ftrace_function_trampoline()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dftrace.c30 || ftrace_graph_entry != ftrace_graph_entry_stub) in _mcount()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S139 PTR_LA t1, ftrace_graph_entry_stub
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dmcount.S103 addik r5, r0, ftrace_graph_entry_stub; /* implemented in C */
/OK3568_Linux_fs/kernel/arch/csky/abiv2/
H A Dmcount.S126 lrw a1, ftrace_graph_entry_stub
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dmcount.S135 .long ftrace_graph_entry_stub
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dftrace_64.S285 cmpq $ftrace_graph_entry_stub, ftrace_graph_entry
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-ftrace.S247 adr_l x0, ftrace_graph_entry_stub // != ftrace_graph_entry_stub))
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-ftrace.S52 ldr r0, =ftrace_graph_entry_stub
/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h877 extern int ftrace_graph_entry_stub(struct ftrace_graph_ent *trace);
/OK3568_Linux_fs/kernel/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)