Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/docs/misc/
A Dpvrdtscp.c167 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 Dxen-command-line.markdown399 Specify which timestamp format Xen should use for each console line.
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenbaked.h84 uint64_t timestamp; member
A Dxenbaked.c883 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 Dcper.h163 __u64 timestamp; member
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h53 u32 timestamp; /* Creation time. secs since 1/1/2000GMT */ member
A Dlibvhd.h227 size_t vhd_time_to_string(uint32_t timestamp, char *target);
/xen-4.10.0-shim-comet/
A Dconfig.sub7 timestamp='2012-04-18'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
A Dconfig.guess7 timestamp='2012-02-10'
54 GNU config.guess ($timestamp)
71 echo "$timestamp" ; exit ;;
A DINSTALL220 Some components of xen and tools will include an unpredictable timestamp
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace_format.pod.127 These correspond to the CPU number, event ID, timestamp counter and
A Dxentrace.pod.816 Where CPU is the processor number, TSC is the record's timestamp
A Dxen-tscmode.pod.7120 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 Dmkreloc.c37 int32_t timestamp; member
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dlibvhd.c122 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 Dvhd-util-read.c116 vhd_time_to_string(f->timestamp, time_str); in vhd_print_footer()
A Dvhd-util-check.c118 if (footer->timestamp > now + TIMESTAMP_MAX_SLACK) in vhd_util_check_validate_footer()
/xen-4.10.0-shim-comet/xen/common/
A Dtmem.c81 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 D00cvs1313 +timestamp

Completed in 46 milliseconds