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

  /external/oprofile/libpp/
Makefile.am 16 callgraph_container.h \
17 callgraph_container.cpp \
callgraph_container.h 2 * @file callgraph_container.h
32 * During building a callgraph_container we store all caller/callee
104 class callgraph_container { class
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.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;
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/
ChangeLog-2004 59 * libpp/callgraph_container.cpp: more verbosity
72 callgraph_container was using an uninitialized value.
248 * libpp/callgraph_container.cpp:
249 * libpp/callgraph_container.h:
332 * libpp/callgraph_container.cpp:
366 * libpp/callgraph_container.cpp:
461 * libpp/callgraph_container.cpp: make g++ -D_GLIBCXX_DEBUG happy, see
491 * libpp/callgraph_container.cpp: use the right {cg_}image_name for
519 * pp/opstack.cpp: pass mege_options::lib to callgraph_container
520 * libpp/callgraph_container.cpp
    [all...]
ChangeLog-2005 147 * libpp/callgraph_container.cpp:
266 * libpp/callgraph_container.cpp:
409 * libpp/callgraph_container.cpp:
500 * libpp/callgraph_container.cpp:
745 * libpp/callgraph_container.cpp: hoist image/app name lookup
757 * libpp/callgraph_container.cpp:
774 * libpp/callgraph_container.h:
775 * libpp/callgraph_container.cpp:
805 * libpp/callgraph_container.cpp: fix for new call-graph code
817 * libpp/callgraph_container.cpp
    [all...]
ChangeLog-2007 6 * libpp/callgraph_container.cpp:
161 * libpp/callgraph_container.cpp:
190 * libpp/callgraph_container.cpp:
191 * libpp/callgraph_container.h:
244 * libpp/callgraph_container.cpp:
245 * libpp/callgraph_container.h:
549 * libpp/callgraph_container.cpp:
550 * libpp/callgraph_container.h:
ChangeLog-2008 180 * libpp/callgraph_container.cpp: Fix compile warning
246 * libpp/callgraph_container.cpp:
295 * oprofile/libpp/callgraph_container.cpp:
  /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 129 milliseconds