Lines Matching refs:to_ip
647 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
652 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode()
683 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument
701 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
733 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
782 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
804 if (to_ip) { in intel_pt_walk_next_insn()
1312 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1494 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2272 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2282 state->from_ip && state->to_ip) { in intel_pt_sample()
2284 u64 to_ip = st->to_ip; in intel_pt_sample() local
2291 st->to_ip = 0; in intel_pt_sample()
2296 st->to_ip = to_ip; in intel_pt_sample()
2309 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample()
2323 } else if (!state->to_ip) { in intel_pt_sample()
2328 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2528 state->to_ip && state->to_ip < pt->kernel_start) { in intel_pt_run_decoder()
2535 intel_pt_is_switch_ip(ptq, state->to_ip) && in intel_pt_run_decoder()