Lines Matching refs:ptss_ip
80 u64 ptss_ip;
2089 state->to_ip == pt->ptss_ip &&
2097 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip)
2105 if (ptss_ip)
2106 *ptss_ip = 0;
2128 if (!switch_ip || !ptss_ip)
2140 *ptss_ip = ip;
2249 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip);
2251 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n",
2252 pt->switch_ip, pt->ptss_ip);