Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c79 u64 switch_ip; member
1967 return ip == pt->switch_ip && in intel_pt_is_switch_ip()
2102 u64 ip, switch_ip = 0; in intel_pt_switch_ip() local
2122 switch_ip = ip; in intel_pt_switch_ip()
2128 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
2146 return switch_ip; in intel_pt_switch_ip()
2249 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip); in intel_pt_run_decoder()
2250 if (pt->switch_ip) { in intel_pt_run_decoder()
2251 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder()
2252 pt->switch_ip, p in intel_pt_run_decoder()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c89 u64 switch_ip; member
2567 return ip == pt->switch_ip && in intel_pt_is_switch_ip()
2758 u64 ip, switch_ip = 0; in intel_pt_switch_ip() local
2778 switch_ip = ip; in intel_pt_switch_ip()
2784 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
2802 return switch_ip; in intel_pt_switch_ip()
2925 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip); in intel_pt_run_decoder()
2926 if (pt->switch_ip) { in intel_pt_run_decoder()
2927 intel_pt_log("switch_ip: %"PRIx64" ptss_ip: %"PRIx64"\n", in intel_pt_run_decoder()
2928 pt->switch_ip, p in intel_pt_run_decoder()
[all...]

Completed in 11 milliseconds