OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cg_formatter
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libpp/
format_output.h
207
class
cg_formatter
: public formatter {
class in namespace:format_output
210
cg_formatter
(callgraph_container const & profile);
format_output.cpp
492
cg_formatter
::
cg_formatter
(callgraph_container const & profile)
function in class:format_output::cg_formatter
500
void
cg_formatter
::output(ostream & out, symbol_collection const & syms)
/external/oprofile/pp/
opreport.cpp
459
format_output::
cg_formatter
* text_out = 0;
469
text_out = new format_output::
cg_formatter
(cg);
/external/oprofile/
ChangeLog-2004
691
cg_formatter
692
* libpp/format_output.cpp: implement
cg_formatter
, factorize some code
698
* pp/opstack.cpp: use
cg_formatter
for output.
Completed in 111 milliseconds