Searched refs:stamp (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 162 struct timeval *stamp = in printpacket() local 165 (long)stamp->tv_sec, in printpacket() 166 (long)stamp->tv_usec); in printpacket() 170 struct timespec *stamp = in printpacket() local 173 (long)stamp->tv_sec, in printpacket() 174 (long)stamp->tv_nsec); in printpacket() 178 struct timespec *stamp = in printpacket() local 182 (long)stamp->tv_sec, in printpacket() 183 (long)stamp->tv_nsec); in printpacket() 184 stamp++; in printpacket() [all …]
|
/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 133 u64 stamp, now, delta; in __test__rdpmc() local 135 stamp = mmap_read_self(addr); in __test__rdpmc() 143 delta = now - stamp; in __test__rdpmc()
|
/tools/usb/usbip/ |
D | .gitignore | 22 stamp-h1
|
/tools/power/pm-graph/ |
D | bootgraph.py | 296 sysvals.stamp = { 311 tp.stamp = line 334 if(not sysvals.stamp['kernel']): 335 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg) 342 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p') 366 if tp.stamp: 367 sysvals.stamp = 0 529 devtl.createHeader(sysvals, sysvals.stamp) 1099 sysvals.stamp['boot'] = (data.tUserMode - data.start) * 1000 1100 sysvals.stamp['lastinit'] = data.end * 1000 [all …]
|
D | sleepgraph.py | 146 stamp = 0 variable in SystemValues 1240 self.stamp = 0 2444 def createHeader(self, sv, stamp): argument 2445 if(not stamp['time']): 2456 self.html += headline_stamp.format(stamp['host'], stamp['kernel'], 2457 stamp['mode'], stamp['time']) 2458 if 'man' in stamp and 'plat' in stamp and 'cpu' in stamp and \ 2459 stamp['man'] and stamp['plat'] and stamp['cpu']: 2461 self.html += headline_sysinfo.format(stamp['man'], stamp['plat'], stamp['cpu']) 2695 self.stamp = '' [all …]
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_print.txt | 63 TEP_PRINT_TIME, %d - event time stamp. A divisor and precision can be 67 3 digits before the dot. Thus, the time stamp
|
/tools/perf/Documentation/ |
D | perf-stat.txt | 375 - optional usec time stamp in fractions of second (with -I xxx)
|
D | perf.data-file-format.txt | 395 The events are not necessarily in time stamp order, as they can be
|
D | perf-report.txt | 108 - time: Separate the samples by time stamp with the resolution specified by
|