Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c1135 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1158 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1215 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1224 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1232 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1241 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1251 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1259 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1350 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1360 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
[all …]
Dintel-pt-decoder.h217 uint64_t from_ip; member
/Linux-v5.15/tools/perf/util/arm-spe-decoder/
Darm-spe-decoder.h36 u64 from_ip; member
Darm-spe-decoder.c172 decoder->record.from_ip = ip; in arm_spe_read_record()
/Linux-v5.15/tools/perf/util/
Dthread-stack.h82 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
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()
Dintel-pt.c647 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
650 if (from_ip) in intel_pt_cpumode()
651 return intel_pt_nr_cpumode(ptq, from_ip, ptq->state->from_nr); in intel_pt_cpumode()
1323 if (ptq->state->from_ip) in intel_pt_sample_flags()
1493 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
2010 sample.ip = ptq->state->from_ip; in intel_pt_synth_pebs_sample()
2153 ptq->tid, state->from_ip, tm); in intel_ptq_synth_error()
2272 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2282 state->from_ip && state->to_ip) { in intel_pt_sample()
2285 u64 from_ip = st->from_ip; in intel_pt_sample() local
[all …]
Darm-spe.c239 sample->ip = record->from_ip; in arm_spe_prep_sample()