HomeSort by relevance Sort by last modified time
    Searched defs:xml_utils (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
xml_utils.h 2 * @file xml_utils.h
24 class xml_utils { class
26 xml_utils(format_output::xml_formatter * xo,
30 // the xml_utils object has been created
63 extern xml_utils * xml_support;
xml_utils.cpp 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, function in class:xml_utils
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
    [all...]

Completed in 45 milliseconds