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

  /external/oprofile/libop/
op_config.h 45 #define OP_DRIVER_BASE "/dev/oprofile"
  /external/oprofile/opcontrol/
opcontrol.cpp 207 if (mkdir(OP_DRIVER_BASE, 0755)) {
209 fprintf(stderr, "Cannot create directory "OP_DRIVER_BASE": %s\n",
215 if (access(OP_DRIVER_BASE"/stats", F_OK)) {
216 if (system("mount -t oprofilefs nodev "OP_DRIVER_BASE)) {
224 int fd = open(OP_DRIVER_BASE "/cpu_type", O_RDONLY);
226 fprintf(stderr, OP_DRIVER_BASE "/cpu_type: %s\n",
235 fprintf(stderr, OP_DRIVER_BASE "/cpu_type: %s\n",
250 snprintf(buf, sizeof(buf), OP_DRIVER_BASE"/%d", max_events);
424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file);
427 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file)
    [all...]

Completed in 54 milliseconds