Searched refs:tsc_timestamp (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/arch/x86/include/asm/ |
| A D | pvclock-abi.h | 29 u64 tsc_timestamp; member
|
| A D | pvclock.h | 81 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
|
| /linux/arch/x86/include/asm/ |
| A D | pvclock-abi.h | 29 u64 tsc_timestamp; member
|
| A D | pvclock.h | 86 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
|
| /linux/include/xen/arm/ |
| A D | interface.h | 69 u64 tsc_timestamp; member
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.c | 156 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 - fc; in intel_pt_calc_tma() 4063 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode() [all …]
|
| /linux/include/xen/interface/ |
| A D | xen.h | 492 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | xen_shinfo_test.c | 104 u64 tsc_timestamp; member 1013 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main() 1016 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
|
| /linux/Documentation/virt/kvm/x86/ |
| A D | msr.rst | 70 u64 tsc_timestamp; 91 tsc_timestamp: 117 time = (current_tsc - tsc_timestamp)
|
| /linux/arch/x86/kvm/ |
| A D | x86.c | 2833 tsc_timestamp, &tsc_pg_val)) { in vgettsc() 2845 *tsc_timestamp = read_tsc(); in vgettsc() 2854 *tsc_timestamp = v = 0; in vgettsc() 2938 tsc_timestamp)); in kvm_get_time_and_clockread() 2952 tsc_timestamp)); in kvm_get_monotonic_and_clockread() 2963 u64 *tsc_timestamp) in kvm_get_walltime_and_clockread() argument 3221 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local 3278 if (tsc > tsc_timestamp) { in kvm_guest_time_update() 3280 tsc_timestamp = tsc; in kvm_guest_time_update() 3300 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update() [all …]
|
| A D | trace.h | 1006 __field( __u64, tsc_timestamp ) 1016 __entry->tsc_timestamp = pvclock->tsc_timestamp; 1028 __entry->tsc_timestamp,
|
| A D | x86.h | 320 bool kvm_get_monotonic_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp);
|
| A D | hyperv.c | 1139 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
|
Completed in 62 milliseconds