Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c80 u64 ptss_ip; member
2089 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2097 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip) in intel_pt_switch_ip() argument
2105 if (ptss_ip) in intel_pt_switch_ip()
2106 *ptss_ip = 0; in intel_pt_switch_ip()
2128 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
2140 *ptss_ip = ip; in intel_pt_switch_ip()
2249 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_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, pt->ptss_ip); in intel_pt_run_decoder()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c90 u64 ptss_ip; member
2745 state->to_ip == pt->ptss_ip && in intel_pt_sample()
2753 static u64 intel_pt_switch_ip(struct intel_pt *pt, u64 *ptss_ip) in intel_pt_switch_ip() argument
2761 if (ptss_ip) in intel_pt_switch_ip()
2762 *ptss_ip = 0; in intel_pt_switch_ip()
2784 if (!switch_ip || !ptss_ip) in intel_pt_switch_ip()
2796 *ptss_ip = ip; in intel_pt_switch_ip()
2925 pt->switch_ip = intel_pt_switch_ip(pt, &pt->ptss_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, pt->ptss_ip); in intel_pt_run_decoder()
[all...]

Completed in 9 milliseconds