HomeSort by relevance Sort by last modified time
    Searched refs:op_log_file (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_config.h 40 extern char op_log_file[];
op_config.c 26 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/
init.c 83 printf("Using log file %s\n", op_log_file);
oprofiled.c 109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) {
  /external/oprofile/daemon/liblegacy/
init.c 92 printf("Using log file %s\n", op_log_file);

Completed in 418 milliseconds