Searched refs:go_pipe (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/perf/tests/ |
| H A D | test-evlist.c | 227 int id, err, pid, go_pipe[2]; in test_mmap_thread() local 242 err = pipe(go_pipe); in test_mmap_thread() 252 read(go_pipe[0], &bf, 1); in test_mmap_thread() 289 write(go_pipe[1], "A", 1); in test_mmap_thread()
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 1563 int child_ready_pipe[2], go_pipe[2]; in evlist__prepare_workload() 1587 if (pipe(go_pipe) < 0) { in evlist__prepare_workload() 1607 close(go_pipe[1]); in evlist__start_workload() 1608 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); 1625 ret = read(go_pipe[0], &bf, 1); in evlist__parse_sample() 1674 close(go_pipe[0]); in evlist__strerror_open() 1683 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in evlist__strerror_open() 1684 evlist__set_workload_cork_fd(evlist, go_pipe[1]); in evlist__strerror_open() 1689 close(go_pipe[0]); in evlist__strerror_open() 1690 close(go_pipe[ in evlist__strerror_open() 1470 int child_ready_pipe[2], go_pipe[2]; evlist__prepare_workload() local [all...] |