Searched refs:from_ip (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 1197 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn() 1220 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn() 1396 decoder->state.from_ip = 0; in intel_pt_fup_event() 1402 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event() 1497 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip() 1507 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip() 1530 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip() 1623 decoder->state.from_ip = decoder->ip; in intel_pt_emulated_ptwrite() 1672 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt() 1692 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt() [all …]
|
H A D | intel-pt-decoder.h | 235 uint64_t from_ip; member
|
/openbmc/linux/tools/perf/util/arm-spe-decoder/ |
H A D | arm-spe-decoder.h | 75 u64 from_ip; member
|
H A D | arm-spe-decoder.c | 177 decoder->record.from_ip = ip; in arm_spe_read_record()
|
/openbmc/linux/tools/perf/util/ |
H A D | thread-stack.c | 383 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()
|
H A D | thread-stack.h | 82 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
|
H A D | intel-pt.c | 686 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument 689 if (from_ip) in intel_pt_cpumode() 690 return intel_pt_nr_cpumode(ptq, from_ip, ptq->state->from_nr); in intel_pt_cpumode() 1528 if (ptq->state->from_ip) in intel_pt_sample_flags() 1696 if ((ptq->state->from_ip && ptq->state->from_nr) || in intel_pt_prep_a_sample() 1720 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample() 2262 sample.ip = ptq->state->from_ip; in intel_pt_do_synth_pebs_sample() 2541 state->from_ip, tm, machine_pid, vcpu); in intel_ptq_synth_error() 2691 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample() 2701 state->from_ip && state->to_ip) { in intel_pt_sample() [all …]
|
H A D | arm-spe.c | 305 sample->ip = record->from_ip; in arm_spe_prep_sample()
|