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
769 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
832 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
900 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
923 if (to_ip) { in intel_pt_walk_next_insn()
1515 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1697 (ptq->state->to_ip && ptq->state->to_nr)) { in intel_pt_prep_a_sample()
1721 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2465 raw.branch_ip = ptq->state->to_ip; in intel_pt_synth_iflag_chg_sample()
2691 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2701 state->from_ip && state->to_ip) { in intel_pt_sample()
2703 u64 to_ip = st->to_ip; in intel_pt_sample() local
2710 st->to_ip = 0; in intel_pt_sample()
2715 st->to_ip = to_ip; in intel_pt_sample()
2728 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample()
2742 } else if (!state->to_ip) { in intel_pt_sample()
2747 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2968 state->to_ip && state->to_ip < pt->kernel_start) { in intel_pt_run_decoder()
2975 intel_pt_is_switch_ip(ptq, state->to_ip) && in intel_pt_run_decoder()