Home | History | Annotate | Download | only in opcontrol

Lines Matching refs:OP_DRIVER_BASE

373     if (mkdir(OP_DRIVER_BASE, 0755)) {
375 fprintf(stderr, "Cannot create directory "OP_DRIVER_BASE": %s\n",
381 if (access(OP_DRIVER_BASE"/stats", F_OK)) {
382 if (system("mount -t oprofilefs nodev "OP_DRIVER_BASE)) {
474 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file);
477 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file);
502 printf("Driver directory: %s\n", OP_DRIVER_BASE);
505 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i);
511 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i);
516 sprintf(fullname, OP_DRIVER_BASE"/%d/count", i);
540 num = read_num(OP_DRIVER_BASE"/enable");
544 DIR* dir = opendir(OP_DRIVER_BASE"/stats");
549 strcpy(cpupath, OP_DRIVER_BASE"/stats/");
576 num = read_num(OP_DRIVER_BASE"/backtrace_depth");