Home
last modified time | relevance | path

Searched refs:switch_ip (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dintel-pt.c89 u64 switch_ip; member
2569 return ip == pt->switch_ip && in intel_pt_is_switch_ip()
2760 u64 ip, switch_ip = 0; in intel_pt_switch_ip() local
2780 switch_ip = ip; in intel_pt_switch_ip()
2786 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
2804 return switch_ip; in intel_pt_switch_ip()
2927 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip); in intel_pt_run_decoder()
2928 if (pt->switch_ip) { in intel_pt_run_decoder()
2930 pt->switch_ip, pt->ptss_ip); in intel_pt_run_decoder()