Lines Matching refs:last_ip
93 uint64_t last_ip; member
367 uint64_t last_ip) in intel_pt_calc_ip() argument
373 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
377 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
395 decoder->last_ip = intel_pt_calc_ip(decoder, &decoder->packet, in intel_pt_set_last_ip()
396 decoder->last_ip); in intel_pt_set_last_ip()
402 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
965 ip = decoder->last_ip; in intel_pt_walk_fup()
1024 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1031 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1032 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1104 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1105 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
1680 if (decoder->last_ip || decoder->packet.count == 6 || in intel_pt_walk_psb()
1770 if (decoder->last_ip || decoder->packet.count == 6 || in intel_pt_walk_to_ip()
1779 if (decoder->last_ip || in intel_pt_walk_to_ip()
1969 decoder->last_ip = 0; in intel_pt_sync()
2019 decoder->last_ip = 0; in intel_pt_decode()