Lines Matching refs:last_ip
126 uint64_t last_ip; member
436 uint64_t last_ip) in intel_pt_calc_ip() argument
442 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
446 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
456 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()
471 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()
478 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
1199 ip = decoder->last_ip; in intel_pt_walk_fup()
1269 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1270 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1279 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1280 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1370 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1371 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
1790 decoder->ip = decoder->last_ip; in intel_pt_walk_psbend()
2014 decoder->last_ip = 0; in intel_pt_hop_trace()
2155 decoder->ip = decoder->last_ip; in intel_pt_walk_trace()
2184 decoder->last_ip = 0; in intel_pt_walk_trace()
2586 decoder->last_ip = 0; in intel_pt_walk_to_ip()
2751 decoder->last_ip = 0; in intel_pt_sync()
2817 decoder->last_ip = 0; in intel_pt_decode()