Searched refs:op_log_file (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libop/
H A Dop_config.h40 extern char op_log_file[];
H A Dop_config.c26 char op_log_file[PATH_MAX]; variable
63 strcpy(op_log_file, op_samples_dir);
64 strcat(op_log_file, "oprofiled.log");
/external/oprofile/daemon/
H A Dinit.c83 printf("Using log file %s\n", op_log_file);
H A Doprofiled.c109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) {
/external/oprofile/daemon/liblegacy/
H A Dinit.c92 printf("Using log file %s\n", op_log_file);

Completed in 111 milliseconds