Searched refs:to_ip (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 81 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip, 892 decoder->state.to_ip = 0; in intel_pt_walk_insn() 917 decoder->state.to_ip = decoder->ip; in intel_pt_walk_insn() 929 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 933 decoder->state.to_ip == decoder->stuck_ip) { in intel_pt_walk_insn() 935 decoder->state.to_ip); in intel_pt_walk_insn() 942 decoder->stuck_ip = decoder->state.to_ip; in intel_pt_walk_insn() 977 decoder->state.to_ip = 0; in intel_pt_walk_fup() 1022 decoder->state.to_ip = 0; in intel_pt_walk_tip() 1029 decoder->state.to_ip = 0; in intel_pt_walk_tip() [all …]
|
D | intel-pt-decoder.h | 60 uint64_t to_ip; member 84 uint64_t *insn_cnt_ptr, uint64_t *ip, uint64_t to_ip,
|
/linux-4.4.14/tools/perf/util/ |
D | intel-pt.c | 411 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument 427 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 456 if (!to_ip && one_map) { in intel_pt_walk_next_insn() 502 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn() 522 if (to_ip) { in intel_pt_walk_next_insn() 800 if (ptq->state->to_ip) in intel_pt_sample_flags() 943 be->to = state->to_ip; in intel_pt_update_last_branch_rb() 985 sample.addr = ptq->state->to_ip; in intel_pt_synth_branch_sample() 1041 sample.addr = ptq->state->to_ip; in intel_pt_synth_instruction_sample() 1098 sample.addr = ptq->state->to_ip; in intel_pt_synth_transaction_sample() [all …]
|
D | thread-stack.h | 95 u64 to_ip, u16 insn_len, u64 trace_nr);
|
D | thread-stack.c | 254 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument 286 if (!to_ip) in thread_stack__event() 289 if (ret_addr == to_ip) in thread_stack__event() 295 thread_stack__pop(thread->ts, to_ip); in thread_stack__event()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 697 …ol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, t… argument 699 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1… 701 … ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, wei…
|