Home
last modified time | relevance | path

Searched refs:op_pipe_file (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_config.c27 char op_pipe_file[PATH_MAX]; variable
60 strcpy(op_pipe_file, op_session_dir); in init_op_config_dirs()
61 strcat(op_pipe_file, "/opd_pipe"); in init_op_config_dirs()
Dop_config.h41 extern char op_pipe_file[];
/external/oprofile/daemon/
Dopd_pipe.c30 if (mkfifo(op_pipe_file, 0666) == -1) { in opd_create_pipe()
42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK); in opd_open_pipe()