Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c258 ftrace_graph_return(&trace); in __ftrace_return_to_handler()
400 trace_func_graph_ret_t ftrace_graph_return = ftrace_stub_graph; variable
654 ftrace_graph_return = gops->retfunc; in register_ftrace_graph()
680 ftrace_graph_return = ftrace_stub_graph; in unregister_ftrace_graph()
/openbmc/linux/arch/sparc/lib/
H A Dmcount.S46 sethi %hi(ftrace_graph_return), %g1
47 ldx [%g1 + %lo(ftrace_graph_return)], %g3
/openbmc/linux/arch/loongarch/kernel/
H A Dmcount.S50 la.pcrel t3, ftrace_graph_return
/openbmc/linux/arch/riscv/kernel/
H A Dmcount.S86 la t0, ftrace_graph_return
/openbmc/linux/arch/mips/kernel/
H A Dmcount.S136 PTR_L t3, ftrace_graph_return
/openbmc/linux/arch/microblaze/kernel/
H A Dmcount.S96 lwi r5, r0, ftrace_graph_return;
/openbmc/linux/arch/csky/abiv2/
H A Dmcount.S118 lrw a0, ftrace_graph_return
/openbmc/linux/arch/sh/lib/
H A Dmcount.S131 .long ftrace_graph_return
/openbmc/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 ||
/openbmc/linux/arch/arm/kernel/
H A Dentry-ftrace.S44 ldr_va r2, ftrace_graph_return
/openbmc/linux/include/linux/
H A Dftrace.h1112 extern trace_func_graph_ret_t ftrace_graph_return;