Searched refs:last_ip (Results 1 – 2 of 2) sorted by relevance
150 uint64_t last_ip; member507 uint64_t last_ip) in intel_pt_calc_ip() argument513 ip = (last_ip & (uint64_t)0xffffffffffff0000ULL) | in intel_pt_calc_ip()517 ip = (last_ip & (uint64_t)0xffffffff00000000ULL) | in intel_pt_calc_ip()527 ip = (last_ip & (uint64_t)0xffff000000000000ULL) | in intel_pt_calc_ip()542 decoder->last_ip = intel_pt_calc_ip(&decoder->packet, decoder->last_ip); in intel_pt_set_last_ip()549 decoder->ip = decoder->last_ip; in intel_pt_set_ip()1296 ip = decoder->last_ip; in intel_pt_walk_fup()1369 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()1370 decoder->ip = decoder->last_ip; in intel_pt_walk_tip()[all …]
183 __u64 last_ip; member