OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
29
if (mkfifo(
op_pipe_file
, 0666) == -1) {
41
fifo = open(
op_pipe_file
, O_RDONLY | O_NONBLOCK);
Completed in 70 milliseconds