Searched refs:go (Results 1 – 19 of 19) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
A D | uprobe_syscall.c | 254 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 D | uprobe_multi_test.c | 49 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 D | mmap-thread-lookup.c | 59 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 D | conntrack_syn_challenge_ack.pkt | 31 // Must go through.
|
/tools/testing/selftests/powerpc/nx-gzip/ |
A D | README | 7 sudo chmod go+rw /dev/crypto/nx-gzip
|
/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-remote.sh | 31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
|
/tools/memory-model/scripts/ |
A D | README | 80 Testing a change to LKMM might go as follows:
|
/tools/usb/usbip/ |
A D | INSTALL | 94 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 D | perf-amd-ibs.txt | 110 To go over each sample
|
A D | perf-script-python.txt | 250 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 D | perf-trace.txt | 93 the syscall ones go to the 'A' cgroup, the sched:sched_switch goes
|
A D | perf-top.txt | 373 go straight to the histogram browser, just like 'perf top' with no events
|
A D | perf-report.txt | 523 go straight to the histogram browser, just like 'perf report' with no events
|
A D | perf-intel-pt.txt | 1129 into the event buffer in one go. That reduces interrupts, but can give very
|
/tools/objtool/Documentation/ |
A D | objtool.txt | 24 - Retpoline validation -- ensures that all indirect calls go through 68 - Other toolchain hacks which will go unmentioned at this time...
|
/tools/sched_ext/ |
A D | README.md | 211 schedulers. We'll go over some of the common ones here.
|
/tools/memory-model/Documentation/ |
A D | recipes.txt | 472 well as simple and powerful, at least as memory-ordering mechanisms go.
|
A D | explanation.txt | 49 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 D | README | 545 and the -status option. The tool will go through all the kprobes (both
|
Completed in 69 milliseconds