HomeSort by relevance Sort by last modified time
    Searched refs:callgraph_container (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libpp/
callgraph_container.h 2 * @file callgraph_container.h
32 * During building a callgraph_container we store all caller/callee
104 class callgraph_container { class
format_output.h 28 class callgraph_container;
210 cg_formatter(callgraph_container const & profile);
303 xml_cg_formatter(callgraph_container const & callgraph,
313 callgraph_container const & callgraph;
Android.mk 24 callgraph_container.cpp \
callgraph_container.cpp 2 * @file callgraph_container.cpp
22 #include "callgraph_container.h"
395 void callgraph_container::populate(list<inverted_profile> const & iprofiles,
426 void callgraph_container::populate(list<image_set> const & lset,
444 void callgraph_container::populate(list<string> const & cg_files,
501 void callgraph_container::
571 void callgraph_container::add_symbols(profile_container const & pc)
581 column_flags callgraph_container::output_hint() const
597 count_array_t callgraph_container::samples_count() const
603 symbol_collection const & callgraph_container::get_symbols() cons
    [all...]
format_output.cpp 28 #include "callgraph_container.h"
492 cg_formatter::cg_formatter(callgraph_container const & profile)
933 xml_cg_formatter(callgraph_container const & cg, symbol_collection & s,
  /external/oprofile/pp/
opreport.cpp 29 #include "callgraph_container.h"
448 void output_cg_symbols(callgraph_container const & cg, bool multiple_apps)
561 callgraph_container cg_container;

Completed in 43 milliseconds