Home
last modified time | relevance | path

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

/tools/lib/lockdep/tests/
DABBA_2threads.c7 pthread_barrier_t bar; variable
15 if (pthread_barrier_wait(&bar) == PTHREAD_BARRIER_SERIAL_THREAD) in ba_lock()
16 pthread_barrier_destroy(&bar); in ba_lock()
28 pthread_barrier_init(&bar, NULL, 2); in main()
36 if (pthread_barrier_wait(&bar) == PTHREAD_BARRIER_SERIAL_THREAD) in main()
37 pthread_barrier_destroy(&bar); in main()
/tools/pci/
Dpcitest.sh7 bar=0
9 while [ $bar -lt 6 ]
11 pcitest -b $bar
12 bar=`expr $bar + 1`
/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-probe.txt242 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
243 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
295 ./perf probe -x /opt/test/a.out 'foo\+bar.c:4'
Dperf-config.txt365 33.33% bar
369 entry. The value of 'relative' would increase the overhead of 'bar'
404 |--50.00%--bar
410 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
415 'bar' and 'baz' callchain will have 20.00% of overhead.
Dperf-stat.txt145 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
Dperf-record.txt335 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
/tools/testing/selftests/bpf/
Dtest_cgroup_attach.c74 int drop_prog, allow_prog, foo = 0, bar = 0, rc = 0; in test_foo_bar() local
105 bar = create_and_get_cgroup(BAR); in test_foo_bar()
106 if (bar < 0) in test_foo_bar()
115 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
124 if (bpf_prog_detach(bar, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
133 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
148 if (bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, in test_foo_bar()
154 if (!bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, 0)) { in test_foo_bar()
160 if (bpf_prog_detach(bar, BPF_CGROUP_INET_EGRESS)) { in test_foo_bar()
176 if (!bpf_prog_attach(allow_prog, bar, BPF_CGROUP_INET_EGRESS, 0)) { in test_foo_bar()
[all …]
Dtest_verifier.c130 long long bar; member
/tools/perf/ui/tui/
Dprogress.c31 int bar, y; in tui_progress__update() local
56 bar = ((SLtt_Screen_Cols - 2) * p->curr) / p->total; in tui_progress__update()
57 SLsmg_fill_region(y, 1, 1, bar, ' '); in tui_progress__update()
/tools/testing/selftests/bpf/progs/
Dtest_global_data.c74 static const __u64 bar = ~0; in load_static_data() local
101 test_reloc(number, 10, &bar); in load_static_data()
/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_user.tc27 ln -s foo $TMPDIR/bar
/tools/build/
DBuild.include18 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst249 | **# bpftool map pin id 294 /sys/fs/bpf/bar**
250 | **# bpftool map dump pinned /sys/fs/bpf/bar**
257 | **# bpftool map update pinned /sys/fs/bpf/bar key 0 0 0 0 value pinned /sys/fs/bpf/foo/debug**
258 | **# bpftool map dump pinned /sys/fs/bpf/bar**
/tools/testing/selftests/bpf/verifier/
Dhelper_value_access.c779 BPF_ALU64_IMM(BPF_ADD, BPF_REG_2, offsetof(struct other_val, bar)),
838 BPF_MOV64_IMM(BPF_REG_3, offsetof(struct other_val, bar)),
901 BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar), 4),
943 BPF_JMP_IMM(BPF_JGT, BPF_REG_3, offsetof(struct other_val, bar) + 1, 4),
/tools/perf/scripts/python/
Dexported-sql-viewer.py394 self.bar = QWidget()
395 self.bar.setLayout(self.hbox)
396 self.bar.hide()
399 return self.bar
402 self.bar.show()
407 self.bar.hide()
462 QMessageBox.information(self.bar, "Find", "'" + self.textbox.currentText() + "' not found")
1399 self.bar = QWidget()
1400 self.bar.setLayout(self.hbox)
1401 self.bar.show()
[all …]