#include "config.h"#include <string>#include <map>#include <iosfwd>#include "format_flags.h"#include "symbol.h"#include "string_filter.h"#include "xml_output.h"

Go to the source code of this file.
Data Structures | |
| class | format_output::formatter |
| base class for formatter, handle common options to formatter More... | |
| struct | format_output::formatter::counts_t |
| struct | format_output::formatter::field_datum |
| data passed for output More... | |
| struct | format_output::formatter::field_description |
| decribe one field of the colummned output. More... | |
| class | format_output::opreport_formatter |
| class to output in a columned format symbols and associated samples More... | |
| class | format_output::cg_formatter |
| class to output in a columned format caller/callee and associated samples More... | |
| class | format_output::diff_formatter |
| class to output a columned format symbols plus diff values More... | |
| class | format_output::xml_formatter |
| class to output in XML format More... | |
| class | format_output::xml_cg_formatter |
Namespaces | |
| namespace | format_output |
Variables | |
| profile_classes | classes |
outputting format for symbol lists
Definition in file format_output.h.
Definition at line 30 of file opannotate_options.cpp.
Referenced by build_process_tree(), get_next_tgid_pclass(), get_next_tid_pclass(), and xml_utils::xml_utils().
1.6.1