Searched refs:to_ip (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 1198 decoder->state.to_ip = 0; in intel_pt_walk_insn() 1241 decoder->state.to_ip); in intel_pt_walk_insn() 1403 decoder->state.to_ip = 0; in intel_pt_fup_event() 1529 decoder->ip = to_ip; in intel_pt_walk_tip() 1531 decoder->state.to_ip = to_ip; in intel_pt_walk_tip() 1624 decoder->state.to_ip = 0; in intel_pt_emulated_ptwrite() 2312 decoder->state.to_ip = 0; in intel_pt_resample() 2973 decoder->state.to_ip = 0; in intel_pt_hop_trace() 3016 decoder->state.to_ip = 0; in intel_pt_hop_trace() 3155 decoder->state.to_ip = 0; in intel_pt_psb() [all …]
|
H A D | intel-pt-decoder.h | 236 uint64_t to_ip; member 276 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/linux/tools/perf/util/ |
H A D | thread-stack.c | 383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack() argument 395 be->to = to_ip; in thread_stack__update_br_stack() 407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, in thread_stack__event() argument 437 thread_stack__update_br_stack(ts, flags, from_ip, to_ip); in thread_stack__event() 449 if (!to_ip) in thread_stack__event() 452 if (ret_addr == to_ip) in thread_stack__event() 464 thread_stack__pop(ts, to_ip); in thread_stack__event() 467 thread_stack__pop(ts, to_ip); in thread_stack__event()
|
H A D | intel-pt.c | 769 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 832 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 900 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn() 923 if (to_ip) { in intel_pt_walk_next_insn() 1515 if (!ptq->state->to_ip) in intel_pt_sample_flags() 1721 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample() 2703 u64 to_ip = st->to_ip; in intel_pt_sample() local 2710 st->to_ip = 0; in intel_pt_sample() 2715 st->to_ip = to_ip; in intel_pt_sample() 2742 } else if (!state->to_ip) { in intel_pt_sample() [all …]
|
H A D | thread-stack.h | 83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
|
H A D | arm-spe.c | 377 sample.addr = record->to_ip; in arm_spe__synth_branch_sample()
|
/linux/tools/perf/util/arm-spe-decoder/ |
H A D | arm-spe-decoder.h | 76 u64 to_ip; member
|
H A D | arm-spe-decoder.c | 179 decoder->record.to_ip = ip; in arm_spe_read_record()
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1031 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument 1033 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1… 1035 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
|