Searched refs:stamp (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/include/ |
| A D | crb.h | 136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr) 137 #define crb_nx_flags(c) c->stamp.nx.flags 138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status 139 #define crb_nx_pswid(c) c->stamp.nx.pswid
|
| A D | nxu.h | 318 union stamped_crb_t stamp; /* byte[64:79] */ member
|
| /tools/testing/selftests/net/ |
| A D | timestamping.c | 181 struct timeval *stamp = in printpacket() local 184 (long)stamp->tv_sec, in printpacket() 185 (long)stamp->tv_usec); in printpacket() 189 struct timespec *stamp = in printpacket() local 192 (long)stamp->tv_sec, in printpacket() 193 (long)stamp->tv_nsec); in printpacket() 197 struct timespec *stamp = in printpacket() local 201 (long)stamp->tv_sec, in printpacket() 203 stamp++; in printpacket() 205 stamp++; in printpacket() [all …]
|
| /tools/testing/selftests/nolibc/ |
| A D | run-tests.sh | 137 stamp="${archive}.stamp" 139 [ -f "${stamp}" ] && return 145 touch "${stamp}"
|
| /tools/usb/usbip/ |
| A D | .gitignore | 23 stamp-h1
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 298 sysvals.stamp = { 313 tp.stamp = line 336 if(not sysvals.stamp['kernel']): 337 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg) 344 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p') 368 if tp.stamp: 369 sysvals.stamp = 0 531 devtl.createHeader(sysvals, sysvals.stamp) 1101 sysvals.stamp['boot'] = (data.tUserMode - data.start) * 1000 1102 sysvals.stamp['lastinit'] = data.end * 1000 [all …]
|
| A D | sleepgraph.py | 161 stamp = 0 variable in SystemValues 1528 self.stamp = 0 2790 stamp['mode'], stamp['time']) 2791 if 'man' in stamp and 'plat' in stamp and 'cpu' in stamp and \ 2792 stamp['man'] and stamp['plat'] and stamp['cpu']: 2794 self.html += headline_sysinfo.format(stamp['man'], stamp['plat'], stamp['cpu']) 3031 self.stamp = '' 3123 sv.stamp = data.stamp 6230 stamp = data.stamp 6231 stamp['suspend'], stamp['resume'] = data.getTimeValues() [all …]
|
| /tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 459 The events are not necessarily in time stamp order, as they can be
|
| A D | perf-report.txt | 128 - time: Separate the samples by time stamp with the resolution specified by
|
| A D | perf-stat.txt | 621 - optional usec time stamp in fractions of second (with -I xxx)
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 668 0x80000001, 0, ecx, 27, ptsc , Performance time-stamp counter 824 0x80000008, 0, ecx, 17:16, perf_tsc_len , Performance time-stamp counter si…
|
Completed in 38 milliseconds