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.c150 uint64_t last_ip; member
507 uint64_t last_ip) in intel_pt_calc_ip() argument
513 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 …]
/tools/arch/x86/include/uapi/asm/
Dkvm.h183 __u64 last_ip; member