Home
last modified time | relevance | path

Searched refs:last_ip (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c152 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()
1427 ip = decoder->last_ip; in intel_pt_walk_fup()
1501 decoder->state.to_ip = decoder->last_ip; in intel_pt_walk_tip()
[all …]
/tools/arch/x86/include/uapi/asm/
Dkvm.h176 __u64 last_ip; member