Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 10 of 10) sorted by relevance

/tools/lib/lockdep/tests/
DABBA_2threads.c6 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/
Dcallchain-overhead-calculation.txt28 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 …]
Dperf-timechart.txt27 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).
Dperf-config.txt311 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.
Dperf-probe.txt228 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…
Dperf-stat.txt120 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
Dperf-record.txt303 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
/tools/perf/ui/tui/
Dprogress.c10 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/
DBuild.include17 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
/tools/lguest/
Dlguest.c151 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 …]