Searched refs:bar (Results 1 – 10 of 10) sorted by relevance
/tools/lib/lockdep/tests/ |
D | ABBA_2threads.c | 6 pthread_barrier_t bar; variable 14 if (pthread_barrier_wait(&bar) == PTHREAD_BARRIER_SERIAL_THREAD) in ba_lock() 15 pthread_barrier_destroy(&bar); in ba_lock() 27 pthread_barrier_init(&bar, NULL, 2); in main() 35 if (pthread_barrier_wait(&bar) == PTHREAD_BARRIER_SERIAL_THREAD) in main() 36 pthread_barrier_destroy(&bar); in main()
|
/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 28 void bar(void) { 34 bar() 39 In this case 'foo' is a child of 'bar', and 'bar' is an immediate 41 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'. 43 Suppose all samples are recorded in 'foo' and 'bar' only. When it's 53 bar 57 40.00% bar 59 --- bar 65 child functions (i.e. 'foo' and 'bar') are added to the parents to 81 100.00% 40.00% bar [all …]
|
D | perf-timechart.txt | 27 In IO mode, every bar has two charts: upper and lower. 28 Upper bar shows incoming events (disk reads, ingress network packets). 29 Lower bar shows outgoing events (disk writes, egress network packets).
|
D | perf-config.txt | 311 33.33% bar 315 entry. The value of 'relative' would increase the overhead of 'bar' 350 |--50.00%--bar 356 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly 361 'bar' and 'baz' callchain will have 20.00% of overhead.
|
D | perf-probe.txt | 228 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar". 229 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
|
D | perf-stat.txt | 120 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
D | perf-record.txt | 303 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
/tools/perf/ui/tui/ |
D | progress.c | 10 int bar, y; in tui_progress__update() local 30 bar = ((SLtt_Screen_Cols - 2) * p->curr) / p->total; in tui_progress__update() 31 SLsmg_fill_region(y, 1, 1, bar, ' '); in tui_progress__update()
|
/tools/build/ |
D | Build.include | 17 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
|
/tools/lguest/ |
D | lguest.c | 151 u32 bar[6]; member 1301 if (cfg_access->cap.bar != 0) in valid_bar_access() 1377 if (&d->config_words[reg] == &d->config.bar[0]) { in pci_data_iowrite() 1380 iowrite(portoff, val, mask, &d->config.bar[0]); in pci_data_iowrite() 1382 d->config.bar[0] &= ~(1 << i); in pci_data_iowrite() 1384 } else if ((&d->config_words[reg] > &d->config.bar[0] in pci_data_iowrite() 1385 && &d->config_words[reg] <= &d->config.bar[6]) in pci_data_iowrite() 1402 == (void *)&d->config.cfg_access.cap.bar in pci_data_iowrite() 1441 d->config.cfg_access.cap.bar, in pci_data_iowrite() 1487 d->config.cfg_access.cap.bar, in pci_data_ioread() [all …]
|