Home | History | Annotate | Download | only in libpp

Lines Matching defs:xml_utils

2  * @file xml_utils.cpp
14 #include "xml_utils.h"
31 xml_utils * xml_support;
32 size_t xml_utils::events_index = 0;
33 bool xml_utils::has_nonzero_masks = false;
112 xml_utils::xml_utils(format_output::xml_formatter * xo,
139 string xml_utils::get_timer_setup(size_t count)
146 string xml_utils::get_event_setup(string event, size_t count,
160 string xml_utils::get_profile_header(string cpu_name, double const speed)
185 void xml_utils::set_nr_cpus(size_t cpus)
190 void xml_utils::set_nr_events(size_t events)
195 void xml_utils::set_has_nonzero_masks()
201 void xml_utils::add_option(tag_t tag, string const & value)
207 void xml_utils::add_option(tag_t tag, list<string> const & value)
223 void xml_utils::add_option(tag_t tag, vector<string> const & value)
239 void xml_utils::add_option(tag_t tag, bool value)
245 void xml_utils::output_xml_header(string const & command_options,
282 void xml_utils::build_subclasses(ostream & out)
373 xml_utils::output_symbol_bytes(ostream & out, symbol_entry const * symb,
395 xml_utils::output_summary_data(ostream & out, count_array_t const & summary, size_t pclass)
1020 void xml_utils::output_program_structure(ostream & out)