Lines Matching refs:to_ip
674 static inline u8 intel_pt_cpumode(struct intel_pt_queue *ptq, uint64_t from_ip, uint64_t to_ip) in intel_pt_cpumode() argument
679 return intel_pt_nr_cpumode(ptq, to_ip, ptq->state->to_nr); in intel_pt_cpumode()
737 uint64_t to_ip, uint64_t max_insn_cnt, in intel_pt_walk_next_insn() argument
755 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
792 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
852 if (to_ip && *ip == to_ip) { in intel_pt_walk_next_insn()
874 if (to_ip) { in intel_pt_walk_next_insn()
1403 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1596 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2313 raw.branch_ip = ptq->state->to_ip; in intel_pt_synth_iflag_chg_sample()
2507 state->from_ip, state->to_ip, ptq->insn_len, in intel_pt_sample()
2517 state->from_ip && state->to_ip) { in intel_pt_sample()
2519 u64 to_ip = st->to_ip; in intel_pt_sample() local
2526 st->to_ip = 0; in intel_pt_sample()
2531 st->to_ip = to_ip; in intel_pt_sample()
2544 if (intel_pt_is_switch_ip(ptq, state->to_ip)) { in intel_pt_sample()
2558 } else if (!state->to_ip) { in intel_pt_sample()
2563 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2764 state->to_ip && state->to_ip < pt->kernel_start) { in intel_pt_run_decoder()
2771 intel_pt_is_switch_ip(ptq, state->to_ip) && in intel_pt_run_decoder()