Lines Matching refs:last_ip
152 uint64_t last_ip; member
515 uint64_t last_ip) in intel_pt_calc_ip() argument
521 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()
525 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()
535 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()
550 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()
557 decoder->ip = decoder->last_ip; in intel_pt_set_ip()
1126 decoder->ip != decoder->last_ip) in intel_pt_sample_fup_insn()
1425 ip = decoder->last_ip; in intel_pt_walk_fup()
1499 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1500 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1509 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
1510 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()
1691 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tnt()
1692 decoder->ip = decoder->last_ip; in intel_pt_walk_tnt()
2148 decoder->psb_ip = decoder->last_ip; in intel_pt_walk_psbend()
2999 decoder->last_ip = 0; in intel_pt_hop_trace()
3142 decoder->last_ip = 0; in intel_pt_psb()
3159 if (decoder->ip != decoder->last_ip) { in intel_pt_fup_in_psb()
3285 decoder->ip = decoder->last_ip; in intel_pt_walk_trace()
3748 decoder->last_ip = 0; in intel_pt_walk_to_ip()
3909 decoder->last_ip = 0; in intel_pt_sync()
3979 decoder->last_ip = 0; in intel_pt_decode()