Home
last modified time | relevance | path

Searched refs:to_ip (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h60 uint64_t to_ip; member
84 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
Dintel-pt-decoder.c101 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
948 decoder->state.to_ip = 0; in intel_pt_walk_insn()
973 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn()
985 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn()
989 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn()
991 decoder->state.to_ip); in intel_pt_walk_insn()
998 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn()
1033 decoder->state.to_ip = 0; in intel_pt_walk_fup()
1071 decoder->pgd_ip(decoder->state.to_ip, decoder->data)) { in intel_pt_walk_tip()
1077 decoder->state.to_ip = 0; in intel_pt_walk_tip()
[all …]
/tools/perf/util/
Dthread-stack.h84 u64 to_ip, u16 insn_len, u64 trace_nr);
Dintel-pt.c428 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument
444 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
473 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
519 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
539 if (to_ip) { in intel_pt_walk_next_insn()
890 if (ptq->state->to_ip) in intel_pt_sample_flags()
1035 be->to = state->to_ip; in intel_pt_update_last_branch_rb()
1082 sample.addr = ptq->state->to_ip; in intel_pt_synth_branch_sample()
1143 sample.addr = ptq->state->to_ip; in intel_pt_synth_instruction_sample()
1205 sample.addr = ptq->state->to_ip; in intel_pt_synth_transaction_sample()
[all …]
Dthread-stack.c219 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument
251 if (!to_ip) in thread_stack__event()
254 if (ret_addr == to_ip) in thread_stack__event()
260 thread_stack__pop(thread->ts, to_ip); in thread_stack__event()
/tools/perf/scripts/python/
Dexport-to-postgresql.py709 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument
711 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1…
713 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…