#include <oprof_start_config.h>
Public Member Functions | |
config_setting () | |
void | load (std::istream &in) |
Data Fields | |
uint | buffer_size |
uint | note_table_size |
std::string | kernel_filename |
bool | no_kernel |
bool | verbose |
bool | separate_lib |
bool | separate_kernel |
bool | separate_cpu |
bool | separate_thread |
uint | callgraph_depth |
uint | buffer_watershed |
uint | cpu_buffer_size |
Store the general configuration of the profiler. There is no save(), instead opcontrol --setup must be called. This uses opcontrol's daemonrc file.
Definition at line 35 of file oprof_start_config.h.
config_setting::config_setting | ( | ) |
Definition at line 36 of file oprof_start_config.cpp.
References kernel_filename.
void config_setting::load | ( | std::istream & | in | ) |
Definition at line 40 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 50 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 49 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 51 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
std::string config_setting::kernel_filename |
Definition at line 42 of file oprof_start_config.h.
Referenced by config_setting(), oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 43 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 41 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 47 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 46 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 45 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 48 of file oprof_start_config.h.
Referenced by oprof_start::oprof_start(), oprof_start::record_config(), and oprof_start::save_config().
Definition at line 44 of file oprof_start_config.h.
Referenced by oprof_start::on_start_profiler(), oprof_start::oprof_start(), and oprof_start::record_config().