Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dintel-pt.c90 u64 ptss_ip; member
2953 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2961 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip) in intel_pt_switch_ip() argument
2969 if (ptss_ip) in intel_pt_switch_ip()
2970 *ptss_ip = 0; in intel_pt_switch_ip()
2992 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
3004 *ptss_ip = ip; in intel_pt_switch_ip()
3133 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip); in intel_pt_run_decoder()
3136 pt->switch_ip, pt->ptss_ip); in intel_pt_run_decoder()