Searched defs:OP_MAX_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libop/
H A Dop_config_24.h37 #define OP_MAX_BUF_SIZE 1048576 macro
/external/oprofile/gui/
H A Doprof_start.cpp177 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 << "]"; local

Completed in 121 milliseconds