#include <string>
#include <vector>
#include <iosfwd>
#include "common_option.h"
#include "string_filter.h"
#include "symbol_sort.h"
Go to the source code of this file.
Namespaces | |
namespace | options |
Functions | |
void | handle_options (options::spec const &spec) |
Variables | |
profile_classes | classes |
All the chosen sample files. | |
profile_classes | classes2 |
Options for opreport tool
Definition in file opreport_options.h.
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.
References xml_utils::add_option(), arrange_profiles(), options::assembly, options::base_dirs, options::spec::common, merge_option::cpu, profile_spec::create(), cverb, DEBUG_INFO, options::debug_info, options::demangle, DETAILS, options::details, EXCLUDE_DEPENDENT, options::exclude_dependent, EXCLUDE_SYMBOLS, profile_spec::extra_found_images, options::file_filter, options::spec::first, profile_spec::generate_file_list(), profile_spec::get_archive_path(), options::gmon_filename, handle_demangle_option(), handle_merge_option(), IMAGE_PATH, options::image_path, INCLUDE_SYMBOLS, merge_option::lib, profile_classes::matches(), MERGE, options::merge_by, options::objdump_params, op_samples_dir, op_session_dir, options, options::output_dir, options::root_path, sample_files, options::search_dirs, options::spec::second, SESSION, options::show_address, options::source, options::symbol_filter, options::symbols, merge_option::tgid, merge_option::tid, merge_option::unitmask, profile_classes::v, vsfile, was_session_dir_supplied(), and options::xml.
All the chosen sample files.
Definition at line 30 of file opannotate_options.cpp.
Definition at line 33 of file opreport_options.cpp.