OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_MIN_BUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libop/
op_config_24.h
39
#define
OP_MIN_BUF_SIZE
(32768 + OP_PRE_WATERMARK(32768))
/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) {
628
<< " valid range is [" <<
OP_MIN_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 275 milliseconds