Parameters a user may want to change. More...

Go to the source code of this file.
Defines | |
| #define | OP_SESSION_DIR_DEFAULT "/var/lib/oprofile/" |
| #define | DEBUGDIR "/usr/lib/debug" |
| #define | OPD_MAGIC "DAE\n" |
| #define | OPD_VERSION 0x12 |
| #define | OP_MIN_CPU_BUF_SIZE 2048 |
| #define | OP_MAX_CPU_BUF_SIZE 131072 |
Functions | |
| void | init_op_config_dirs (char const *session_dir) |
| must be called to initialize the paths below. | |
Variables | |
| char | op_session_dir [] |
| char | op_samples_dir [] |
| char | op_samples_current_dir [] |
| char | op_lock_file [] |
| char | op_log_file [] |
| char | op_pipe_file [] |
| char | op_dump_status [] |
Parameters a user may want to change.
See also op_config_24.h
| #define DEBUGDIR "/usr/lib/debug" |
Referenced by find_separate_debug_file().
| #define OP_MAX_CPU_BUF_SIZE 131072 |
Referenced by oprof_start::oprof_start().
| #define OP_MIN_CPU_BUF_SIZE 2048 |
| #define OP_SESSION_DIR_DEFAULT "/var/lib/oprofile/" |
| #define OPD_MAGIC "DAE\n" |
Referenced by fill_header(), main(), and read_header().
| #define OPD_VERSION 0x12 |
Referenced by fill_header(), and main().
| void init_op_config_dirs | ( | char const * | session_dir | ) |
must be called to initialize the paths below.
| session_dir | the non-NULL value of the base session directory |
References op_device, op_dump_status, op_hash_device, op_lock_file, op_log_file, op_note_device, op_pipe_file, op_samples_current_dir, op_samples_dir, and op_session_dir.
Referenced by main().
| char op_dump_status[] |
Referenced by init_op_config_dirs().
| char op_lock_file[] |
Referenced by init_op_config_dirs(), and main().
| char op_log_file[] |
Referenced by init_op_config_dirs(), and opd_open_logfile().
| char op_pipe_file[] |
Referenced by init_op_config_dirs(), opd_create_pipe(), and opd_open_pipe().
| char op_samples_current_dir[] |
Referenced by init_op_config_dirs(), main(), and op_mangle_filename().
| char op_samples_dir[] |
Referenced by profile_spec::generate_file_list(), handle_options(), and init_op_config_dirs().
| char op_session_dir[] |
Referenced by handle_options(), and init_op_config_dirs().
1.6.1