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

  /external/oprofile/libop/
op_config.h 46 #define OP_DATA_DIR "/data/oprofile"
  /external/oprofile/opcontrol/
opcontrol.cpp 329 fd = open(OP_DATA_DIR, O_RDONLY);
331 system("rm -r "OP_DATA_DIR);
335 if (mkdir(OP_DATA_DIR, 0755)) {
337 OP_DATA_DIR, strerror(errno));
339 if (mkdir(OP_DATA_DIR"/samples", 0755)) {
341 OP_DATA_DIR"/samples", strerror(errno));
364 int num = read_num(OP_DATA_DIR"/lock");
503 printf("Session directory: %s\n", OP_DATA_DIR);
525 num = read_num(OP_DATA_DIR"/lock");
603 fd = open(OP_DATA_DIR"/samples/current", O_RDONLY)
    [all...]

Completed in 7913 milliseconds