Searched refs:to_ip (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 101 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, 983 decoder->state.to_ip = 0; in intel_pt_walk_insn() 1008 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn() 1020 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1024 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn() 1026 decoder->state.to_ip); in intel_pt_walk_insn() 1033 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 1061 decoder->state.to_ip = 0; in intel_pt_fup_event() 1070 decoder->state.to_ip = 0; in intel_pt_fup_event() 1078 decoder->state.to_ip = 0; in intel_pt_fup_event() [all …]
|
D | intel-pt-decoder.h | 75 uint64_t to_ip; member 105 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/Linux-v4.19/tools/perf/util/ |
D | intel-pt.c | 412 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument 429 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 455 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 504 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 524 if (to_ip) { in intel_pt_walk_next_insn() 892 if (ptq->state->to_ip) in intel_pt_sample_flags() 1035 be->to = state->to_ip; in intel_pt_update_last_branch_rb() 1067 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample() 1509 state->to_ip, ptq->insn_len, in intel_pt_sample() 1526 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample() [all …]
|
D | thread-stack.c | 220 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument 252 if (!to_ip) in thread_stack__event() 255 if (ret_addr == to_ip) in thread_stack__event() 261 thread_stack__pop(thread->ts, to_ip); in thread_stack__event()
|
D | thread-stack.h | 84 u64 to_ip, u16 insn_len, u64 trace_nr);
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 719 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument 721 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1… 723 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
|