Searched refs:selfpc (Results 1 – 6 of 6) sorted by relevance
62 the "frompc" while the second argument is the "selfpc" (adjusted to remove the69 - "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);333 unsigned long selfpc = <return address> - MCOUNT_INSN_SIZE;336 ftrace_stub(frompc, selfpc);
218 unsigned long selfpc = in ftrace_graph_caller() local224 prepare_ftrace_return(parent_ip, selfpc, frame_pointer); in ftrace_graph_caller()
133 unsigned long selfpc; member
1587 arguments--'frompc' and 'selfpc'. '__mcount_internal' is responsible1589 'selfpc', and the number of times each of these call arcs was traversed.