Home
last modified time | relevance | path

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

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