Lines Matching refs:offset
98 return tk->rp.kp.offset; in trace_kprobe_offset()
157 else if (tk->rp.kp.offset) in trace_kprobe_match_command_head()
159 trace_kprobe_symbol(tk), tk->rp.kp.offset); in trace_kprobe_match_command_head()
207 addr += tk->rp.kp.offset; in trace_kprobe_address()
232 tk->rp.kp.addr ? 0 : tk->rp.kp.offset) == 0) : false; in trace_kprobe_on_func_entry()
290 tk->rp.kp.offset = offs; in alloc_trace_kprobe()
444 unsigned long offset, size; in __within_notrace_func() local
446 if (!addr || !kallsyms_lookup_size_offset(addr, &size, &offset)) in __within_notrace_func()
450 addr -= offset; in __within_notrace_func()
877 long offset = 0; in trace_kprobe_create_internal() local
951 ret = traceprobe_split_symbol_offset(symbol, &offset); in trace_kprobe_create_internal()
952 if (ret || offset < 0 || offset > UINT_MAX) { in trace_kprobe_create_internal()
966 ret = kprobe_on_func_entry(NULL, symbol, offset); in trace_kprobe_create_internal()
994 is_return ? 'r' : 'p', symbol, offset); in trace_kprobe_create_internal()
1029 tk = alloc_trace_kprobe(group, event, addr, symbol, offset, maxactive, in trace_kprobe_create_internal()
1041 ctx->offset = 0; in trace_kprobe_create_internal()
1301 else if (tk->rp.kp.offset) in trace_kprobe_show()
1303 tk->rp.kp.offset); in trace_kprobe_show()
1445 val = *(unsigned long *)((unsigned long)edata + code->offset); in process_fetch_insn()
1771 *probe_offset = tk->rp.kp.offset; in bpf_get_kprobe_info()