Searched refs:to_ip (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 95 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, 1016 decoder->state.to_ip = 0; in intel_pt_walk_insn() 1041 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn() 1053 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1057 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn() 1059 decoder->state.to_ip); in intel_pt_walk_insn() 1066 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1094 decoder->state.to_ip = 0; in intel_pt_fup_event() 1103 decoder->state.to_ip = 0; in intel_pt_fup_event() 1111 decoder->state.to_ip = 0; in intel_pt_fup_event() [all …]
|
D | intel-pt-decoder.h | 204 uint64_t to_ip; member 239 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/Linux-v5.4/tools/perf/util/ |
D | thread-stack.h | 84 u64 to_ip, u16 insn_len, u64 trace_nr);
|
D | intel-pt.c | 516 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument 533 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 556 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 605 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 625 if (to_ip) { in intel_pt_walk_next_insn() 995 if (ptq->state->to_ip) in intel_pt_sample_flags() 1175 be->to = state->to_ip; in intel_pt_update_last_branch_rb() 1228 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample() 1973 state->to_ip, ptq->insn_len, in intel_pt_sample() 1990 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample() [all …]
|
D | thread-stack.c | 357 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument 391 if (!to_ip) in thread_stack__event() 394 if (ret_addr == to_ip) in thread_stack__event() 406 thread_stack__pop(ts, to_ip); in thread_stack__event() 409 thread_stack__pop(ts, to_ip); in thread_stack__event()
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1028 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument 1030 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1… 1032 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
|