Lines Matching refs:last_ip
149 uint64_t last_ip; member
503 uint64_t last_ip) in intel_pt_calc_ip() argument
509 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
513 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
523 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()
538 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()
545 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
1290 ip = decoder->last_ip; in intel_pt_walk_fup()
1363 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1364 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1373 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1374 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1464 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1465 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
1909 decoder->psb_ip = decoder->last_ip; in intel_pt_walk_psbend()
2749 decoder->last_ip = 0; in intel_pt_hop_trace()
2886 decoder->last_ip = 0; in intel_pt_psb()
2903 if (decoder->ip != decoder->last_ip) { in intel_pt_fup_in_psb()
3028 decoder->ip = decoder->last_ip; in intel_pt_walk_trace()
3452 decoder->last_ip = 0; in intel_pt_walk_to_ip()
3615 decoder->last_ip = 0; in intel_pt_sync()
3685 decoder->last_ip = 0; in intel_pt_decode()