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

  /external/oprofile/libop/
op_config_24.h 37 #define OP_MAX_BUF_SIZE 1048576
  /external/oprofile/gui/
oprof_start.cpp 177 iv = new QIntValidator(OP_MIN_BUF_SIZE, OP_MAX_BUF_SIZE, buffer_size_edit);
624 if (temp < OP_MIN_BUF_SIZE || temp > OP_MAX_BUF_SIZE) {
629 << OP_MAX_BUF_SIZE << "]";
  /external/oprofile/module/
oprofile.c 482 if ((err = check_range(sysctl.buf_size, OP_MIN_BUF_SIZE, OP_MAX_BUF_SIZE,

Completed in 656 milliseconds