Lines Matching refs:last_ip
119 uint64_t last_ip; member
416 uint64_t last_ip) in intel_pt_calc_ip() argument
422 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
426 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
436 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()
451 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()
458 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
1169 ip = decoder->last_ip; in intel_pt_walk_fup()
1237 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1238 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1247 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1248 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1338 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1339 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
1747 decoder->ip = decoder->last_ip; in intel_pt_walk_psbend()
1962 decoder->last_ip = 0; in intel_pt_hop_trace()
2094 decoder->ip = decoder->last_ip; in intel_pt_walk_trace()
2123 decoder->last_ip = 0; in intel_pt_walk_trace()
2525 decoder->last_ip = 0; in intel_pt_walk_to_ip()
2691 decoder->last_ip = 0; in intel_pt_sync()
2757 decoder->last_ip = 0; in intel_pt_decode()