Searched refs:op_log_file (Results 1 – 5 of 5) sorted by relevance
26 char op_log_file[PATH_MAX]; variable63 strcpy(op_log_file, op_samples_dir); in init_op_config_dirs()64 strcat(op_log_file, "oprofiled.log"); in init_op_config_dirs()
40 extern char op_log_file[];
83 printf("Using log file %s\n", op_log_file); in opd_open_files()
109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
92 printf("Using log file %s\n", op_log_file); in op_open_files()