Lines Matching refs:to_ip
686 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
691 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode()
748 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument
768 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
831 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
899 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
921 if (to_ip) { in intel_pt_walk_next_insn()
1513 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1693 (ptq->state->to_ip && ptq->state->to_nr)) { in intel_pt_prep_a_sample()
1717 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2461 raw.branch_ip = ptq->state->to_ip; in intel_pt_synth_iflag_chg_sample()
2687 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2697 state->from_ip && state->to_ip) { in intel_pt_sample()
2699 u64 to_ip = st->to_ip; in intel_pt_sample() local
2706 st->to_ip = 0; in intel_pt_sample()
2711 st->to_ip = to_ip; in intel_pt_sample()
2724 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample()
2738 } else if (!state->to_ip) { in intel_pt_sample()
2743 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2964 state->to_ip && state->to_ip < pt->kernel_start) { in intel_pt_run_decoder()
2971 intel_pt_is_switch_ip(ptq, state->to_ip) && in intel_pt_run_decoder()