Searched refs:sample (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | spinlock.c | 241 spinlock_tickets_t sample; in _spin_barrier() local 248 sample = observe_lock(&lock->tickets); in _spin_barrier() 249 if ( sample.head != sample.tail ) in _spin_barrier() 251 while ( observe_head(&lock->tickets) == sample.head ) in _spin_barrier()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpvnetboot | 89 suffix = ''.join(random.sample(string.ascii_letters, 6)) 155 suffix = ''.join(random.sample(string.ascii_letters, 6))
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 304 sample = struct.unpack(ST_QDATA, shm[idx:idx+len]) 305 samples.append(sample) 593 sample = struct.unpack(ST_QDATA, shm[idx:idx+len]) 594 samples.append(sample)
|
A D | COPYING | 327 necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 32 A sample format file for Xen's predefined trace events is available
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 36 sample copyright notices for the most common licenses used within 92 The following section contains sample copyright notice for the most
|
A D | COPYING | 402 necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 283 long long *sample; member 2230 new_sample = realloc(s->sample, sizeof(*s->sample) * new_size); in update_cycles() 2233 s->sample = new_sample; in update_cycles() 2239 s->sample[s->count]=c; in update_cycles() 2249 s->sample[index]=c; in update_cycles() 2278 p50 = percentile(s->sample, data_size, 50); in print_cpu_affinity() 2279 p5 = percentile(s->sample, data_size, 5); in print_cpu_affinity() 2280 p95 = percentile(s->sample, data_size, 95); in print_cpu_affinity() 2364 p50=percentile((_s).sample, data_size, 50); \ 2365 p5=percentile((_s).sample, data_size, 5); \ [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 421 A toolstack may then sample the feature- value at the point of issuing 445 A toolstack may create these values, but should not sample them unless
|
A D | vtd.txt | 22 11) "hide" pci device from dom0 as following sample grub entry:
|
A D | xsm-flask.txt | 250 are incomplete and are only a sample.
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 354 necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | COPYING | 503 if necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/tools/ocaml/ |
A D | LICENSE | 188 …to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | COPYING | 493 necessary. Here is a sample; alter the names:
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/ |
A D | COPYING | 498 if necessary. Here is a sample; alter the names:
|
Completed in 35 milliseconds