Home
last modified time | relevance | path

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

/linux/include/xen/arm/
H A Dinterface.h69 u64 tsc_timestamp; member
/linux/tools/arch/x86/include/asm/
H A Dpvclock.h81 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/linux/arch/x86/include/asm/
H A Dpvclock.h86 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c156 uint64_t tsc_timestamp; member
779 uint64_t tsc_timestamp; member
894 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
913 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
993 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1812 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1819 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1831 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1923 decoder->ctc_timestamp = decoder->tsc_timestamp in intel_pt_calc_tma()
[all...]
/linux/include/xen/interface/
H A Dxen.h492 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c104 u64 tsc_timestamp; member
997 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main()
1000 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
/linux/Documentation/virt/kvm/x86/
H A Dmsr.rst70 u64 tsc_timestamp;
91 tsc_timestamp:
117 time = (current_tsc - tsc_timestamp)
/linux/arch/x86/kvm/
H A Dx86.c2905 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in adjust_tsc_offset_host()
2914 tsc_timestamp, &tsc_pg_val)) { in read_tsc()
2926 *tsc_timestamp = read_tsc(); in read_tsc()
2927 v = (*tsc_timestamp - clock->cycle_last) & in read_tsc()
2935 *tsc_timestamp = v = 0; in vgettsc()
2944 static int do_kvmclock_base(s64 *t, u64 *tsc_timestamp) in vgettsc()
2954 ns += vgettsc(&gtod->raw_clock, tsc_timestamp, &mode); in vgettsc()
2967 static int do_monotonic(s64 *t, u64 *tsc_timestamp)
2977 ns += vgettsc(&gtod->clock, tsc_timestamp, &mode); in do_kvmclock_base()
2986 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_kvmclock_base()
2930 vgettsc(struct pvclock_clock * clock,u64 * tsc_timestamp,int * mode) vgettsc() argument
2969 do_kvmclock_base(s64 * t,u64 * tsc_timestamp) do_kvmclock_base() argument
2992 do_monotonic(s64 * t,u64 * tsc_timestamp) do_monotonic() argument
3011 do_realtime(struct timespec64 * ts,u64 * tsc_timestamp) do_realtime() argument
3037 kvm_get_time_and_clockread(s64 * kernel_ns,u64 * tsc_timestamp) kvm_get_time_and_clockread() argument
3051 kvm_get_monotonic_and_clockread(s64 * kernel_ns,u64 * tsc_timestamp) kvm_get_monotonic_and_clockread() argument
3069 kvm_get_walltime_and_clockread(struct timespec64 * ts,u64 * tsc_timestamp) kvm_get_walltime_and_clockread() argument
3322 u64 tsc_timestamp, host_tsc; kvm_guest_time_update() local
[all...]
H A Dtrace.h1105 __field( __u64, tsc_timestamp )
1115 __entry->tsc_timestamp = pvclock->tsc_timestamp;
1127 __entry->tsc_timestamp,