Home
last modified time | relevance | path

Searched refs:ftrace_graph_return (Results 1 – 11 of 11) sorted by relevance

/linux/arch/sparc/lib/
H A Dmcount.S46 sethi %hi(ftrace_graph_return), %g1
47 ldx [%g1 + %lo(ftrace_graph_return)], %g3
/linux/arch/loongarch/kernel/
H A Dmcount.S50 la.pcrel t3, ftrace_graph_return
/linux/arch/riscv/kernel/
H A Dmcount.S86 la t0, ftrace_graph_return
/linux/arch/csky/abiv2/
H A Dmcount.S118 lrw a0, ftrace_graph_return
/linux/arch/mips/kernel/
H A Dmcount.S136 PTR_L t3, ftrace_graph_return
/linux/arch/microblaze/kernel/
H A Dmcount.S96 lwi r5, r0, ftrace_graph_return;
98 cmpu r5, r5, r6; /* ftrace_graph_return != ftrace_stub */
/linux/kernel/trace/
H A Dfgraph.c301 /* ftrace_graph_return set to this to tell some archs to run function graph */
774 * seen before ftrace_graph_return. in ftrace_pop_return_trace()
856 * The ftrace_graph_return() may still access the current in __ftrace_return_to_handler()
1027 trace_func_graph_ret_t ftrace_graph_return = ftrace_stub_graph; variable
1380 ftrace_graph_return = return_run; in register_ftrace_graph()
1439 ftrace_graph_return = ftrace_stub_graph; in unregister_ftrace_graph()
/linux/arch/sh/lib/
H A Dmcount.S131 .long ftrace_graph_return
/linux/Documentation/trace/
H A Dftrace-design.rst123 The mcount function should check the function pointers ftrace_graph_return
150 + extern void (*ftrace_graph_return)(...);
152 + if (ftrace_graph_return != ftrace_stub ||
/linux/arch/arm/kernel/
H A Dentry-ftrace.S44 ldr_va r2, ftrace_graph_return
/linux/include/linux/
H A Dftrace.h1258 extern trace_func_graph_ret_t ftrace_graph_return;