Lines Matching refs:ptss_ip
90 u64 ptss_ip;
2745 state->to_ip == pt->ptss_ip &&
2753 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip)
2761 if (ptss_ip)
2762 *ptss_ip = 0;
2784 if (!switch_ip || !ptss_ip)
2796 *ptss_ip = ip;
2925 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip);
2927 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n",
2928 pt->switch_ip, pt->ptss_ip);