child_ready_pipe 1274 tools/perf/util/evlist.c 	int child_ready_pipe[2], go_pipe[2];
child_ready_pipe 1277 tools/perf/util/evlist.c 	if (pipe(child_ready_pipe) < 0) {
child_ready_pipe 1301 tools/perf/util/evlist.c 		close(child_ready_pipe[0]);
child_ready_pipe 1308 tools/perf/util/evlist.c 		close(child_ready_pipe[1]);
child_ready_pipe 1360 tools/perf/util/evlist.c 	close(child_ready_pipe[1]);
child_ready_pipe 1365 tools/perf/util/evlist.c 	if (read(child_ready_pipe[0], &bf, 1) == -1) {
child_ready_pipe 1372 tools/perf/util/evlist.c 	close(child_ready_pipe[0]);
child_ready_pipe 1379 tools/perf/util/evlist.c 	close(child_ready_pipe[0]);
child_ready_pipe 1380 tools/perf/util/evlist.c 	close(child_ready_pipe[1]);