HomeSort by relevance Sort by last modified time
    Searched full:xml_utils (Results 1 - 13 of 13) 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;
Makefile.am 53 xml_utils.h \
54 xml_utils.cpp \
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...]
Android.mk 42 xml_utils.cpp \
op_header.cpp 35 #include "xml_utils.h"
220 return xml_utils::get_timer_setup((size_t)count);
237 return xml_utils::get_event_setup(string(event->name),
264 str = xml_utils::get_profile_header(cpu_name, header.cpu_speed);
arrange_profiles.cpp 25 #include "xml_utils.h"
454 xml_utils::set_nr_cpus(++nr_cpus);
455 xml_utils::set_nr_events(event_max+1);
457 xml_utils::set_has_nonzero_masks();
format_output.cpp 32 #include "xml_utils.h"
  /external/oprofile/pp/
opreport_options.cpp 26 #include "xml_utils.h"
293 xml_utils::add_option(SESSION, spec.common);
295 xml_utils::add_option(DEBUG_INFO, true);
297 xml_utils::add_option(DETAILS, true);
299 xml_utils::add_option(IMAGE_PATH, image_path);
301 xml_utils::add_option(MERGE, mergespec);
303 xml_utils::add_option(EXCLUDE_DEPENDENT, true);
305 xml_utils::add_option(EXCLUDE_SYMBOLS, exclude_symbols);
307 xml_utils::add_option(INCLUDE_SYMBOLS, include_symbols);
opreport.cpp 33 #include "xml_utils.h"
406 xml_support = new xml_utils(xml_out, symbols, nr_classes,
486 xml_support = new xml_utils(xml_out, symbols, nr_classes,
523 xml_utils::output_xml_header(options::command_options,
  /external/oprofile/
ChangeLog-2007 108 * libpp/xml_utils.cpp: move bfd open ...
109 * libpp/xml_utils.h:
147 * libpp/xml_utils.cpp:
148 * libpp/xml_utils.h:
164 * libpp/xml_utils.cpp:
199 * libpp/xml_utils.cpp:
200 * libpp/xml_utils.h:
254 * libpp/xml_utils.cpp:
255 * libpp/xml_utils.h:
435 * libpp/xml_utils.cpp: Correct schema version bum
    [all...]
ChangeLog-2006 71 * libpp/xml_utils.cpp:
72 * libpp/xml_utils.h:
ChangeLog 224 * libpp/xml_utils.cpp: bump schema version
528 * libpp/xml_utils.cpp: Fix binary count total in XML output
ChangeLog-2008 231 * libpp/xml_utils.cpp:

Completed in 258 milliseconds