Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c982 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1005 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1060 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1069 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1077 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1086 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1096 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1181 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1187 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1210 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
[all …]
Dintel-pt-decoder.h74 uint64_t from_ip; member
/Linux-v4.19/tools/perf/util/
Dthread-stack.h83 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip,
Dthread-stack.c219 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event() argument
254 ret_addr = from_ip + insn_len; in thread_stack__event()
259 if (!from_ip) in thread_stack__event()
Dintel-pt.c901 if (ptq->state->from_ip) in intel_pt_sample_flags()
1034 be->from = state->from_ip; in intel_pt_update_last_branch_rb()
1064 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
1508 thread_stack__event(ptq->thread, ptq->flags, state->from_ip, in intel_pt_sample()
1653 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
1661 state->from_ip); in intel_pt_run_decoder()
1674 (state->from_ip >= pt->kernel_start || !state->from_ip) && in intel_pt_run_decoder()