Home
last modified time | relevance | path

Searched refs:tsc_timestamp (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dpvclock-abi.h29 u64 tsc_timestamp; member
Dpvclock.h84 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/Linux-v4.19/include/xen/arm/
Dinterface.h69 u64 tsc_timestamp; member
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c122 uint64_t tsc_timestamp; member
625 uint64_t tsc_timestamp; member
733 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
752 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
832 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1355 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1362 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1372 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1409 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
/Linux-v4.19/include/xen/interface/
Dxen.h509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/Linux-v4.19/Documentation/virtual/kvm/
Dmsr.txt59 u64 tsc_timestamp;
79 tsc_timestamp: the tsc value at the current VCPU at the time
101 time = (current_tsc - tsc_timestamp)
/Linux-v4.19/arch/x86/kvm/
Dtrace.h927 __field( __u64, tsc_timestamp )
937 __entry->tsc_timestamp = pvclock->tsc_timestamp;
949 __entry->tsc_timestamp,
Dx86.c1747 static inline u64 vgettsc(u64 *tsc_timestamp, int *mode) in vgettsc() argument
1756 tsc_timestamp); in vgettsc()
1769 *tsc_timestamp = read_tsc(); in vgettsc()
1770 v = (*tsc_timestamp - gtod->clock.cycle_last) & in vgettsc()
1778 *tsc_timestamp = v = 0; in vgettsc()
1783 static int do_monotonic_boot(s64 *t, u64 *tsc_timestamp) in do_monotonic_boot() argument
1793 ns += vgettsc(tsc_timestamp, &mode); in do_monotonic_boot()
1802 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument
1813 ns += vgettsc(tsc_timestamp, &mode); in do_realtime()
1824 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument
[all …]
Dhyperv.c891 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()