Home
last modified time | relevance | path

Searched refs:from_ip (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1045 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1068 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1170 decoder->state.from_ip = 0; in intel_pt_fup_event()
1176 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1265 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1275 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1298 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1349 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1369 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1383 decoder->state.from_ip in intel_pt_walk_tnt()
[all...]
H A Dintel-pt-decoder.h204 uint64_t from_ip; member
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1197 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1220 decoder->state.from_ip = decoder->ip; in intel_pt_walk_insn()
1394 decoder->state.from_ip = 0; in intel_pt_fup_event()
1400 decoder->state.from_ip = decoder->ip; in intel_pt_fup_event()
1495 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1505 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1528 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tip()
1621 decoder->state.from_ip = decoder->ip; in intel_pt_emulated_ptwrite()
1670 decoder->state.from_ip = decoder->ip; in intel_pt_walk_tnt()
1690 decoder->state.from_ip in intel_pt_walk_tnt()
[all...]
H A Dintel-pt-decoder.h235 uint64_t from_ip; member
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h47 u64 from_ip; member
H A Darm-spe-decoder.c162 decoder->record.from_ip = ip; in arm_spe_read_record()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread-stack.h83 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
H A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack()
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()
382 thread_stack__update_br_stack(struct thread_stack *ts, u32 flags, u64 from_ip, u64 to_ip) thread_stack__update_br_stack() argument
H A Dintel-pt.c1149 if (ptq->state->from_ip) in intel_pt_sample_flags()
1319 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
1810 sample.ip = ptq->state->from_ip; in intel_pt_synth_pebs_sample()
1939 ptq->tid, state->from_ip, tm); in intel_ptq_synth_error()
2053 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2270 state->from_ip >= pt->kernel_start) { in intel_pt_run_decoder()
2289 (state->from_ip >= pt->kernel_start || !state->from_ip) && in intel_pt_run_decoder()
H A Darm-spe.c235 sample->ip = record->from_ip; in arm_spe_prep_sample()
/kernel/linux/linux-6.6/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h75 u64 from_ip; member
H A Darm-spe-decoder.c177 decoder->record.from_ip = ip; in arm_spe_read_record()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread-stack.h82 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
H A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack()
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()
382 thread_stack__update_br_stack(struct thread_stack *ts, u32 flags, u64 from_ip, u64 to_ip) thread_stack__update_br_stack() argument
H A Dintel-pt.c686 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()
1526 if (ptq->state->from_ip) in intel_pt_sample_flags()
1694 if ((ptq->state->from_ip && ptq->state->from_nr) || in intel_pt_prep_a_sample()
1718 sample->ip = ptq->state->from_ip; in intel_pt_prep_b_sample()
2260 sample.ip = ptq->state->from_ip; in intel_pt_do_synth_pebs_sample()
2539 state->from_ip, tm, machine_pid, vcpu); in intel_ptq_synth_error()
2689 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2699 state->from_ip in intel_pt_sample()
2702 u64 from_ip = st->from_ip; intel_pt_sample() local
[all...]
H A Darm-spe.c305 sample->ip = record->from_ip; in arm_spe_prep_sample()

Completed in 24 milliseconds