Searched refs:sample (Results 1 – 21 of 21) sorted by relevance
/xen/xen/common/ |
A D | spinlock.c | 266 spinlock_tickets_t sample; in _spin_barrier() local 273 sample = observe_lock(&lock->tickets); in _spin_barrier() 274 if ( sample.head != sample.tail ) in _spin_barrier() 276 while ( observe_head(&lock->tickets) == sample.head ) in _spin_barrier()
|
/xen/tools/misc/ |
A D | xenpvnetboot | 89 suffix = ''.join(random.sample(string.ascii_letters, 6)) 155 suffix = ''.join(random.sample(string.ascii_letters, 6))
|
/xen/tools/xenmon/ |
A D | xenmon.py | 306 sample = struct.unpack(ST_QDATA, shm[idx:idx+len]) 307 samples.append(sample) 595 sample = struct.unpack(ST_QDATA, shm[idx:idx+len]) 596 samples.append(sample)
|
A D | COPYING | 327 necessary. Here is a sample; alter the names:
|
/xen/docs/man/ |
A D | xentrace_format.1.pod | 32 A sample format file for Xen's predefined trace events is available
|
A D | xl.cfg.5.pod.in | 1442 * supported sample rates 1444 * supported sample formats 1461 =item B<sample-rates=RATES> 1463 List of integer values separated by semicolon: sample-rates=8000;22050;44100 1465 =item B<sample-formats=FORMATS> 1467 List of string values separated by semicolon: sample-formats=s16_le;s8;u32_be 1547 ['CARD, short-name=Main, sample-formats=s16_le;s8;u32_be',
|
A D | xl.1.pod.in | 1557 xl vsnd-attach DomU 'CARD, short-name=Main, sample-formats=s16_le;s8;u32_be'
|
/xen/ |
A D | CONTRIBUTING | 23 sample copyright notices for the most common licenses used within 111 The following section contains sample copyright notice for the most
|
A D | COPYING | 404 necessary. Here is a sample; alter the names:
|
/xen/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/docs/misc/ |
A D | xenstore-paths.pandoc | 447 A toolstack may then sample the feature- value at the point of issuing 471 A toolstack may create these values, but should not sample them unless
|
A D | kconfig-language.rst | 587 The resolution to a) can be tested with the sample Kconfig file 593 The two different resolutions for b) can be tested in the sample Kconfig file
|
A D | vtd.txt | 22 11) "hide" pci device from dom0 as following sample grub entry:
|
A D | xsm-flask.txt | 214 are incomplete and are only a sample.
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 111 because the guest can sample its own domid from the frontend area and use
|
/xen/xen/ |
A D | COPYING | 354 necessary. Here is a sample; alter the names:
|
/xen/tools/ocaml/ |
A D | LICENSE | 188 … to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names:
|
/xen/tools/xenstat/libxenstat/ |
A D | COPYING | 498 if necessary. Here is a sample; alter the names:
|
/xen/tools/xenstore/ |
A D | COPYING | 503 if necessary. Here is a sample; alter the names:
|
/xen/tools/firmware/vgabios/ |
A D | COPYING | 493 necessary. Here is a sample; alter the names:
|
/xen/tools/golang/xenlight/ |
A D | LICENSE | 494 necessary. Here is a sample; alter the names:
|
Completed in 59 milliseconds