Home
last modified time | relevance | path

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

/external/oprofile/gui/
Doprof_start_config.cpp39 note_table_size(OP_DEFAULT_NOTE_SIZE), in config_setting()
67 note_table_size = OP_DEFAULT_NOTE_SIZE; in load()
78 note_table_size = op_lexical_cast<unsigned int>(val); in load()
79 if (note_table_size < OP_DEFAULT_NOTE_SIZE) in load()
80 note_table_size = OP_DEFAULT_NOTE_SIZE; in load()
Doprof_start_config.h41 uint note_table_size; member
Doprof_start.cpp164 note_table_size_edit->setText(QString().setNum(config.note_table_size)); in oprof_start()
679 config.note_table_size = temp; in record_config()
985 op_lexical_cast<string>(config.note_table_size)); in save_config()