HomeSort by relevance Sort by last modified time
    Searched full:go_pipe (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 960 int child_ready_pipe[2], go_pipe[2]; local
968 if (pipe(go_pipe) < 0) {
986 close(go_pipe[1]);
987 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC);
997 if (read(go_pipe[0], &bf, 1) == -1)
1012 close(go_pipe[0]);
1021 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC);
1022 evlist->workload.cork_fd = go_pipe[1];
1027 close(go_pipe[0]);
1028 close(go_pipe[1])
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 710 milliseconds