Lines Matching refs:last_ip
118 uint64_t last_ip; member
401 uint64_t last_ip) in intel_pt_calc_ip() argument
407 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
411 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
421 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()
436 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()
443 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
1118 ip = decoder->last_ip; in intel_pt_walk_fup()
1184 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1191 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1192 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1279 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1280 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
1763 decoder->ip = decoder->last_ip; in intel_pt_walk_trace()
1796 decoder->last_ip = 0; in intel_pt_walk_trace()
2137 decoder->last_ip = 0; in intel_pt_walk_to_ip()
2294 decoder->last_ip = 0; in intel_pt_sync()
2346 decoder->last_ip = 0; in intel_pt_decode()