Store the general configuration of the profiler. More...
#include <oprof_start_config.h>
Public Member Functions | |
| config_setting () | |
| void | load (std::istream &in) |
Public Attributes | |
| 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.
| config_setting::config_setting | ( | ) |
References kernel_filename.
| void config_setting::load | ( | std::istream & | in | ) |
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
| std::string config_setting::kernel_filename |
Referenced by config_setting(), and oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::oprof_start().
Referenced by oprof_start::on_start_profiler(), and oprof_start::oprof_start().
1.6.1