Home
last modified time | relevance | path

Searched refs:go (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Duprobe_syscall.c254 int pid, status, err, go[2], c = 0; in test_uretprobe_syscall_call() local
256 if (!ASSERT_OK(pipe(go), "pipe")) in test_uretprobe_syscall_call()
269 close(go[1]); in test_uretprobe_syscall_call()
272 err = read(go[0], &c, 1); in test_uretprobe_syscall_call()
287 write(go[1], &c, 1); in test_uretprobe_syscall_call()
300 close(go[1]); in test_uretprobe_syscall_call()
301 close(go[0]); in test_uretprobe_syscall_call()
A Duprobe_multi_test.c49 int go[2]; member
63 close(child->go[1]); in release_child()
64 close(child->go[0]); in release_child()
78 write(child->go[1], &c, 1); in kick_child()
89 close(child->go[1]); in child_func()
107 if (pipe(child->go)) in spawn_child_flag()
165 if (pipe(child->go)) in spawn_thread()
169 close(child->go[0]); in spawn_thread()
170 close(child->go[1]); in spawn_thread()
179 close(child->go[0]); in spawn_thread()
[all …]
/tools/perf/tests/
A Dmmap-thread-lookup.c59 int go = 0; in thread_fn() local
65 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn()
83 int err, go; in thread_create() local
91 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create()
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_syn_challenge_ack.pkt31 // Must go through.
/tools/testing/selftests/powerpc/nx-gzip/
A DREADME7 sudo chmod go+rw /dev/crypto/nx-gzip
/tools/testing/selftests/rcutorture/bin/
A Dkvm-remote.sh31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
/tools/memory-model/scripts/
A DREADME80 Testing a change to LKMM might go as follows:
/tools/usb/usbip/
A DINSTALL94 directory where you want the object files and executables to go and run
120 you can set and what kinds of files go in them.
/tools/perf/Documentation/
A Dperf-amd-ibs.txt110 To go over each sample
A Dperf-script-python.txt250 values without having to go to the trouble of creating intermediate
601 without having to go to the trouble of creating intermediate levels if
A Dperf-trace.txt93 the syscall ones go to the 'A' cgroup, the sched:sched_switch goes
A Dperf-top.txt373 go straight to the histogram browser, just like 'perf top' with no events
A Dperf-report.txt523 go straight to the histogram browser, just like 'perf report' with no events
A Dperf-intel-pt.txt1129 into the event buffer in one go. That reduces interrupts, but can give very
/tools/objtool/Documentation/
A Dobjtool.txt24 - Retpoline validation -- ensures that all indirect calls go through
68 - Other toolchain hacks which will go unmentioned at this time...
/tools/sched_ext/
A DREADME.md211 schedulers. We'll go over some of the common ones here.
/tools/memory-model/Documentation/
A Drecipes.txt472 well as simple and powerful, at least as memory-ordering mechanisms go.
A Dexplanation.txt49 not go into the details of the code in the .bell and .cat files;
1368 Alpha, although the details are more complicated and we will not go
1709 formalization of the Grace Period Guarantee. We won't attempt to go
2246 1 and 2 above. We'll go a little farther and say that two accesses
2460 In fact, we go one step further: Since R is a read, we say that R is
/tools/power/pm-graph/
A DREADME545 and the -status option. The tool will go through all the kprobes (both

Completed in 69 milliseconds