Searched refs:timestamp (Results 201 - 225 of 418) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dpy_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
H A Dwpm.d90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Misc/
H A Dwpm.d90 this->elapsed = (timestamp - last) / 1000000;
103 last = timestamp;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_calltime.d51 self->sub[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->sub[self->depth];
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_calltime.d52 self->function[self->depth] = timestamp;
58 this->elapsed_incl = timestamp - self->function[self->depth];
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_calltime.d51 self->function[self->depth] = timestamp;
57 this->elapsed_incl = timestamp - self->function[self->depth];
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh57 printf("%u end\n", timestamp);
65 printf("%u\n", timestamp);
/freebsd-10.0-release/contrib/libreadline/
H A Dhistory.h29 #include <time.h> /* XXX - for history timestamp code */
48 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
85 /* Change the timestamp associated with the most recent history entry to
136 /* Return the timestamp associated with the HIST_ENTRY * passed as an
H A Dhistfile.c104 /* Does S look like the beginning of a history timestamp entry? Placeholder
248 /* If we see something we think is a timestamp, continue with this
468 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
469 buffer_size += strlen (the_history[i]->timestamp) + 1;
500 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
502 strcpy (buffer + j, the_history[i]->timestamp);
503 j += strlen (the_history[i]->timestamp);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h21 l_timeval timestamp; member in struct:l_v4l2_buffer
116 struct l_timespec timestamp; member in struct:l_v4l2_event
H A Dtrace_futexes.d114 ts[probefunc] = timestamp;
140 /spec["futex_mtx"] != 0 && timestamp - ts["futex_mtx"] >= 9999999000/
151 self->time[probefunc] = timestamp;
158 this->timediff = self->time[probefunc] - timestamp;
/freebsd-10.0-release/sys/fs/udf/
H A Decma167-udf.h108 struct timestamp { struct
176 struct timestamp time;
291 struct timestamp time;
341 struct timestamp atime;
342 struct timestamp mtime;
343 struct timestamp attrtime;
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-lspping.c478 struct timeval timestamp; local
560 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
561 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
563 ts_print(&timestamp);
565 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec);
566 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec);
568 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0))
569 ts_print(&timestamp);
571 printf("no timestamp");
[all...]
H A Dprint-mpcp.c45 u_int8_t timestamp[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_common_header_t
159 printf(", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp));
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Apps/
H A Dweblatency.d129 start[pid, self->fd - 1] = timestamp;
162 @Avg[self->host] = avg((timestamp - this->start)/1000000);
163 @Max[self->host] = max((timestamp - this->start)/1000000);
/freebsd-10.0-release/contrib/gcc/
H A Dmkconfig.sh111 echo timestamp > cs-$output
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dext.c71 keys[i].timestamp = time(NULL);
91 keys[i].timestamp = time(NULL);
/freebsd-10.0-release/sys/netinet/
H A Dtcp_lro.h63 uint16_t timestamp; /* flag, not a TCP hdr field. */ member in struct:lro_entry
/freebsd-10.0-release/sys/sys/
H A Dvtoc.h82 uint32_t timestamp[VTOC8_NPARTS]; member in struct:vtoc8
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c622 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
635 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
649 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
660 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
671 data.cmn.timestamp << (tra_ctl.s.time_grn*3));
731 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
770 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
804 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
832 data.iob2.timestamp << (tra_ctl.s.time_grn*3),
844 data.cmn2.timestamp << (tra_ct
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c62 int timestamp; member in struct:private_data
166 if (strcmp(key, "timestamp") == 0) {
167 data->timestamp = (value == NULL)?-1:1;
221 if (data->timestamp >= 0) {
412 if (data->timestamp < 0)
413 /* Do not save timestamp. */
415 else if (data->timestamp > 0)
416 /* Save timestamp. */
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Drd_cred.c217 /* check timestamp */
223 if (enc_krb_cred_part.timestamp == NULL ||
225 abs(*enc_krb_cred_part.timestamp - sec)
238 if(enc_krb_cred_part.timestamp)
239 outdata->timestamp = *enc_krb_cred_part.timestamp;
/freebsd-10.0-release/tools/sched/
H A Dschedgraph.py614 def __init__(self, source, name, cpu, timestamp, attrs):
618 self.timestamp = int(timestamp)
629 statstr += " at: " + str(self.timestamp)
642 ("Timestamp", self.timestamp),
695 return source.findevent(self.timestamp)
700 def __init__(self, source, name, cpu, timestamp, attrs):
701 Event.__init__(self, source, name, cpu, timestamp, attrs)
715 def __init__(self, source, name, cpu, timestamp, attrs):
716 Event.__init__(self, source, name, cpu, timestamp, attr
[all...]
/freebsd-10.0-release/contrib/amd/
H A Dbootstrap104 # save timestamp
105 echo "AMU: save timestamp..."
106 echo timestamp > stamp-h.in

Completed in 178 milliseconds

1234567891011>>