Home
last modified time | relevance | path

Searched refs:selfpc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/Documentation/trace/
Dftrace-design.rst62 the "frompc" while the second argument is the "selfpc" (adjusted to remove the
69 - "selfpc" - the address bar() (with mcount() size adjustment)
103 unsigned long selfpc = <return address> - MCOUNT_INSN_SIZE;
104 ftrace_trace_function(frompc, selfpc);
133 passed to ftrace_trace_function. The second argument "selfpc" is the same,
168 unsigned long selfpc = <return address> - MCOUNT_INSN_SIZE;
170 prepare_ftrace_return(frompc, selfpc, frame_pointer);
341 unsigned long selfpc = <return address> - MCOUNT_INSN_SIZE;
344 ftrace_stub(frompc, selfpc);
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c244 unsigned long selfpc = in ftrace_graph_caller() local
250 prepare_ftrace_return(parent_ip, selfpc, frame_pointer); in ftrace_graph_caller()