Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dintel-pt.c75 u64 ptss_ip; member
1545 state->to_ip == pt->ptss_ip && in intel_pt_sample()
1553 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip) in intel_pt_switch_ip() argument
1561 if (ptss_ip) in intel_pt_switch_ip()
1562 *ptss_ip = 0; in intel_pt_switch_ip()
1584 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
1596 *ptss_ip = ip; in intel_pt_switch_ip()
1632 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_ip); in intel_pt_run_decoder()
1635 pt->switch_ip, pt->ptss_ip); in intel_pt_run_decoder()