OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_MAX_NOTE_TABLE_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libop/
op_config_24.h
54
#define
OP_MAX_NOTE_TABLE_SIZE
1048576
/external/oprofile/gui/
oprof_start.cpp
179
iv = new QIntValidator(OP_MIN_NOTE_TABLE_SIZE,
OP_MAX_NOTE_TABLE_SIZE
, note_table_size_edit);
668
if (temp < OP_MIN_NOTE_TABLE_SIZE || temp >
OP_MAX_NOTE_TABLE_SIZE
) {
673
<<
OP_MAX_NOTE_TABLE_SIZE
<< "]";
/external/oprofile/module/
oprofile.c
485
if ((err = check_range(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE,
OP_MAX_NOTE_TABLE_SIZE
,
Completed in 2346 milliseconds