Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c1136 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1159 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1261 decoder->state.from_ip = 0; in intel_pt_fup_event()
1267 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1620 decoder->state.from_ip = decoder->ip; in intel_pt_overflow()
2008 decoder->state.from_ip = 0; in intel_pt_walk_fup_tip()
2064 decoder->state.from_ip = decoder->ip; in intel_pt_resample()
2707 decoder->state.from_ip = 0; in intel_pt_hop_trace()
2719 decoder->state.from_ip = decoder->ip; in intel_pt_hop_trace()
2998 decoder->state.from_ip = 0; in intel_pt_walk_trace()
[all …]
A Dintel-pt-decoder.h217 uint64_t from_ip; member
/linux/tools/perf/util/arm-spe-decoder/
A Darm-spe-decoder.h36 u64 from_ip; member
A Darm-spe-decoder.c173 decoder->record.from_ip = ip; in arm_spe_read_record()
/linux/tools/perf/util/
A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack() argument
394 be->from = from_ip; in thread_stack__update_br_stack()
406 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event() argument
437 thread_stack__update_br_stack(ts, flags, from_ip, to_ip); in thread_stack__event()
451 ret_addr = from_ip + insn_len; in thread_stack__event()
466 } else if ((flags & PERF_IP_FLAG_RETURN) && from_ip) { in thread_stack__event()
A Dintel-pt.c661 if (from_ip) in intel_pt_cpumode()
1334 if (ptq->state->from_ip) in intel_pt_sample_flags()
1504 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
2019 sample.ip = ptq->state->from_ip; in intel_pt_do_synth_pebs_sample()
2201 ptq->tid, state->from_ip, tm); in intel_ptq_synth_error()
2337 state->from_ip && state->to_ip) { in intel_pt_sample()
2340 u64 from_ip = st->from_ip; in intel_pt_sample() local
2350 st->from_ip = 0; in intel_pt_sample()
2353 st->from_ip = from_ip; in intel_pt_sample()
2564 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
[all …]
A Dthread-stack.h82 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
A Darm-spe.c279 sample->ip = record->from_ip; in arm_spe_prep_sample()

Completed in 36 milliseconds