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

  /external/oprofile/libop/
op_config.h 41 extern char op_pipe_file[];
op_config.c 27 char op_pipe_file[PATH_MAX]; variable
60 strcpy(op_pipe_file, op_session_dir);
61 strcat(op_pipe_file, "/opd_pipe");
  /external/oprofile/daemon/
opd_pipe.c 30 if (mkfifo(op_pipe_file, 0666) == -1) {
42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK);

Completed in 77 milliseconds