OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xml_out
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/pp/
opreport.cpp
377
format_output::xml_formatter *
xml_out
= 0;
local
381
xml_out
= new format_output::xml_formatter(&pc, symbols,
383
xml_out
->show_details(options::details);
384
out =
xml_out
;
406
xml_support = new xml_utils(
xml_out
, symbols, nr_classes,
408
xml_out
->output(cout);
458
format_output::xml_cg_formatter *
xml_out
= 0;
local
462
xml_out
= new format_output::xml_cg_formatter(cg, symbols,
464
xml_out
->show_details(options::details);
465
out =
xml_out
;
[
all
...]
/external/oprofile/
ChangeLog-2008
56
* libutil/
xml_out
.c:
57
* libutil/
xml_out
.h:
73
* libutil/
xml_out
.c:
74
* libutil/
xml_out
.h:
/external/oprofile/libpp/
xml_utils.cpp
30
format_output::xml_formatter *
xml_out
;
variable
120
xml_out
= xo;
598
xml_out
->output_symbol(out, *it, lo, hi, is_module);
Completed in 73 milliseconds