#include <cstdlib>#include <vector>#include <list>#include <iterator>#include <iostream>#include "op_config.h"#include "profile_spec.h"#include "arrange_profiles.h"#include "op_exception.h"#include "opannotate_options.h"#include "popt_options.h"#include "cverb.h"
Go to the source code of this file.
Namespaces | |
| namespace | options |
Functions | |
| void | handle_options (options::spec const &spec) |
Variables | |
| profile_classes | classes |
| classes of sample filenames to handle | |
| string | options::output_dir |
| vector< string > | options::search_dirs |
| vector< string > | options::base_dirs |
| merge_option | options::merge_by |
| path_filter | options::file_filter |
| string_filter | options::symbol_filter |
| bool | options::source |
| bool | options::assembly |
| vector< string > | options::objdump_params |
| bool | options::exclude_dependent |
Options for opannotate tool
Definition in file opannotate_options.cpp.
| void handle_options | ( | options::spec const & | spec | ) |
handle_options - process command line
| spec | profile specification |
Process the spec, fatally complaining on error.
Definition at line 90 of file opannotate_options.cpp.
classes of sample filenames to handle
All the chosen sample files.
Definition at line 30 of file opannotate_options.cpp.
1.6.1