Home
last modified time | relevance | path

Searched refs:xml_options (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/pp/
Dopreport_options.h43 extern std::string xml_options;
Dopreport_options.cpp51 string xml_options; variable
/external/oprofile/libpp/
Dxml_utils.cpp34 ostringstream xml_options; variable
203 xml_options << init_attr(tag, value); in add_option()
219 xml_options << init_attr(tag, str.str()); in add_option()
235 xml_options << init_attr(tag, str.str()); in add_option()
241 xml_options << init_attr(tag, (value ? "true" : "false")); in add_option()
265 cout << open_element(OPTIONS, true) << xml_options.str(); in output_xml_header()