Oprofile configuration parameters. More...
#include "op_config.h"#include "op_config_24.h"#include <limits.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <assert.h>
Functions | |
| void | init_op_config_dirs (char const *session_dir) |
| must be called to initialize the paths below. | |
Variables | |
| char | op_session_dir [PATH_MAX] |
| char | op_samples_dir [PATH_MAX] |
| char | op_samples_current_dir [PATH_MAX] |
| char | op_lock_file [PATH_MAX] |
| char | op_log_file [PATH_MAX] |
| char | op_pipe_file [PATH_MAX] |
| char | op_dump_status [PATH_MAX] |
| char | op_device [PATH_MAX] |
| char | op_note_device [PATH_MAX] |
| char | op_hash_device [PATH_MAX] |
Oprofile configuration parameters.
| 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_device[PATH_MAX] |
Referenced by init_op_config_dirs().
| char op_dump_status[PATH_MAX] |
Referenced by init_op_config_dirs().
| char op_hash_device[PATH_MAX] |
Referenced by init_op_config_dirs().
| char op_lock_file[PATH_MAX] |
Referenced by init_op_config_dirs(), and main().
| char op_log_file[PATH_MAX] |
Referenced by init_op_config_dirs(), and opd_open_logfile().
| char op_note_device[PATH_MAX] |
Referenced by init_op_config_dirs().
| char op_pipe_file[PATH_MAX] |
Referenced by init_op_config_dirs(), opd_create_pipe(), and opd_open_pipe().
| char op_samples_current_dir[PATH_MAX] |
Referenced by init_op_config_dirs(), main(), and op_mangle_filename().
| char op_samples_dir[PATH_MAX] |
Referenced by profile_spec::generate_file_list(), handle_options(), and init_op_config_dirs().
| char op_session_dir[PATH_MAX] |
Referenced by handle_options(), and init_op_config_dirs().
1.6.1