Home
last modified time | relevance | path

Searched refs:from_ip (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c1015 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1038 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1093 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1102 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1110 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1119 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1129 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1137 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1222 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1232 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
[all …]
Dintel-pt-decoder.h203 uint64_t from_ip; member
/Linux-v5.4/tools/perf/util/
Dthread-stack.h83 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
Dthread-stack.c356 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event() argument
393 ret_addr = from_ip + insn_len; in thread_stack__event()
408 } else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) { in thread_stack__event()
Dintel-pt.c1004 if (ptq->state->from_ip) in intel_pt_sample_flags()
1174 be->from = state->from_ip; in intel_pt_update_last_branch_rb()
1226 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
1728 sample.ip = ptq->state->from_ip; in intel_pt_synth_pebs_sample()
1853 ptq->tid, state->from_ip, tm); in intel_ptq_synth_error()
1972 thread_stack__event(ptq->thread, ptq->cpu, ptq->flags, state->from_ip, in intel_pt_sample()
2190 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
2208 (state->from_ip >= pt->kernel_start || !state->from_ip) && in intel_pt_run_decoder()