Searched refs:selfpc (Results 1 – 2 of 2) 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);341 unsigned long selfpc = <return address> - MCOUNT_INSN_SIZE;344 ftrace_stub(frompc, selfpc);
244 unsigned long selfpc = in ftrace_graph_caller() local250 prepare_ftrace_return(parent_ip, selfpc, frame_pointer); in ftrace_graph_caller()