OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:want_xml
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libpp/
xml_utils.h
19
extern bool
want_xml
;
op_header.cpp
247
if (
want_xml
)
261
if (
want_xml
) {
arrange_profiles.cpp
69
if (!
want_xml
) {
87
if (
want_xml
) {
685
if (
want_xml
)
xml_utils.cpp
22
bool
want_xml
= false;
/external/oprofile/utils/
ophelp.c
35
static int
want_xml
;
variable
312
{ "xml", 'X', POPT_ARG_NONE, &
want_xml
, 0,
696
if (
want_xml
)
703
if (
want_xml
)
709
if (
want_xml
)
/external/oprofile/pp/
opreport.cpp
498
want_xml
= options::xml;
Completed in 211 milliseconds