Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c81 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 …]
Dintel-pt-decoder.h60 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/
Dintel-pt.c411 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 …]
Dthread-stack.h95 u64 to_ip, u16 insn_len, u64 trace_nr);
Dthread-stack.c254 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/
Dexport-to-postgresql.py697 …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…