Searched refs:timestamp (Results 1 – 19 of 19) sorted by relevance
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pvrdtscp.c | 167 u64 timestamp, cur_tsc, cur_ns; in get_pvrdtscp_timestamp() local 175 timestamp = cur_ns - xen_ns_offset; in get_pvrdtscp_timestamp() 176 last_pvrdtscp_timestamp = timestamp; in get_pvrdtscp_timestamp() 193 timestamp = cur_ns - xen_ns_offset; in get_pvrdtscp_timestamp() 196 if ((i64)(timestamp - last_pvrdtscp_timestamp) > 0) in get_pvrdtscp_timestamp() 197 last_pvrdtscp_timestamp = timestamp; in get_pvrdtscp_timestamp() 203 (unsigned long long)(last_pvrdtscp_timestamp-timestamp)); in get_pvrdtscp_timestamp() 204 timestamp = ++last_pvrdtscp_timestamp; in get_pvrdtscp_timestamp() 206 return timestamp; in get_pvrdtscp_timestamp()
|
A D | xen-command-line.markdown | 399 Specify which timestamp format Xen should use for each console line.
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.h | 84 uint64_t timestamp; member
|
A D | xenbaked.c | 883 new_qos->qdata[new].timestamp = now; in advance_next_datapoint() 952 if (now >= new_qos->qdata[n].timestamp) { in qos_update_thread() 954 new_qos->qdata[n].ns_passed += (now - new_qos->qdata[n].timestamp); in qos_update_thread() 961 new_qos->qdata[n].timestamp = now; in qos_update_thread()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | cper.h | 163 __u64 timestamp; member
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | vhd.h | 53 u32 timestamp; /* Creation time. secs since 1/1/2000GMT */ member
|
A D | libvhd.h | 227 size_t vhd_time_to_string(uint32_t timestamp, char *target);
|
/xen-4.10.0-shim-comet/ |
A D | config.sub | 7 timestamp='2012-04-18' 74 GNU config.sub ($timestamp) 90 echo "$timestamp" ; exit ;;
|
A D | config.guess | 7 timestamp='2012-02-10' 54 GNU config.guess ($timestamp) 71 echo "$timestamp" ; exit ;;
|
A D | INSTALL | 220 Some components of xen and tools will include an unpredictable timestamp
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 27 These correspond to the CPU number, event ID, timestamp counter and
|
A D | xentrace.pod.8 | 16 Where CPU is the processor number, TSC is the record's timestamp
|
A D | xen-tscmode.pod.7 | 120 The x86 "timestamp counter", or TSC, is a 64-bit register on each 140 dependency on TSC and replaced their timestamp needs with OS-specific 181 The rdtsc (read timestamp counter) instruction is used to read the 330 be used as a timestamp. And this can be done nearly as
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | mkreloc.c | 37 int32_t timestamp; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 122 BE32_IN(&footer->timestamp); in vhd_footer_in() 138 BE32_OUT(&footer->timestamp); in vhd_footer_out() 713 vhd_time_to_string(uint32_t timestamp, char *target) in vhd_time_to_string() argument 718 unix_timestamp = (time_t)timestamp + VHD_EPOCH_START; in vhd_time_to_string() 2441 ctx->footer.timestamp = vhd_time(time(NULL)); in vhd_initialize_footer()
|
A D | vhd-util-read.c | 116 vhd_time_to_string(f->timestamp, time_str); in vhd_print_footer()
|
A D | vhd-util-check.c | 118 if (footer->timestamp > now + TIMESTAMP_MAX_SLACK) in vhd_util_check_validate_footer()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem.c | 81 uint64_t timestamp; member 275 pgp->timestamp = get_cycles(); in pgp_alloc() 389 life = get_cycles() - pgp->timestamp; in pgp_delist_free()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 1313 +timestamp
|
Completed in 44 milliseconds