Home
last modified time | relevance | path

Searched refs:OP_MIN_NOTE_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_config_24.h56 #define OP_MIN_NOTE_TABLE_SIZE (1024 + OP_PRE_NOTE_WATERMARK(1024)) macro
/external/oprofile/gui/
Doprof_start.cpp179 iv = new QIntValidator(OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE, note_table_size_edit); in oprof_start()
668 if (temp < OP_MIN_NOTE_TABLE_SIZE || temp > OP_MAX_NOTE_TABLE_SIZE) { in record_config()
672 << " valid range is [" << OP_MIN_NOTE_TABLE_SIZE << ", " in record_config()
/external/oprofile/module/
Doprofile.c485 if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE, in parms_check()