/external/oprofile/libpp/ |
D | profile_container.cpp | 52 profile_container::profile_container(bool debug_info_, bool need_details_, in profile_container() function in profile_container 64 profile_container::~profile_container() in ~profile_container() 73 void profile_container::add(profile_t const & profile, in add() 134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index, in add_samples() 165 profile_container::select_symbols(symbol_choice & choice) const in select_symbols() 194 profile_container::select_filename(double threshold) const in select_filename() 247 count_array_t profile_container::samples_count() const in samples_count() 256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const in find_symbol() 263 profile_container::find_symbol(debug_name_id filename, size_t linenr) const in find_symbol() 270 profile_container::select_symbols(debug_name_id filename) const in select_symbols() [all …]
|
D | diff_container.h | 24 diff_container(profile_container const & pc1, 25 profile_container const & pc2); 31 get_symbols(profile_container::symbol_choice & choice) const; 38 profile_container const & pc1; 41 profile_container const & pc2;
|
D | diff_container.cpp | 46 profile_container::symbol_choice & choice) in add_sym() 63 profile_container::symbol_choice & choice) in symbol_old() 74 profile_container::symbol_choice & choice) in symbol_new() 86 profile_container::symbol_choice & choice) in symbol_diff() 107 diff_container::diff_container(profile_container const & c1, in diff_container() 108 profile_container const & c2) in diff_container() 116 diff_container::get_symbols(profile_container::symbol_choice & choice) const in get_symbols()
|
D | callgraph_container.h | 24 class profile_container; variable 146 std::string const & app_name, profile_container const & pc, 151 size_t pclass, profile_container const & pc, 155 size_t pclass, profile_container const & pc, 159 void add_symbols(profile_container const & pc);
|
D | populate.h | 15 class profile_container; variable 22 populate_for_image(profile_container & samples, inverted_profile const & ip,
|
D | populate_for_spu.h | 16 class profile_container; variable 31 void populate_for_spu_image(profile_container & samples,
|
D | profile_container.h | 35 class profile_container : noncopyable { 48 profile_container(bool debug_info, bool need_details, 51 ~profile_container();
|
D | format_output.h | 29 class profile_container; variable 180 opreport_formatter(profile_container const & profile); 199 profile_container const & profile; 241 xml_formatter(profile_container const * profile, 266 profile_container const * profile;
|
D | Makefile.am | 41 profile_container.cpp \ 42 profile_container.h \
|
D | callgraph_container.cpp | 128 call_data(profile_container const & p, profile_t const & pr, in call_data() 238 profile_container const & pc; 402 profile_container pc(debug_info, false, extra_found_images); in populate() 428 profile_container const & pc, bool debug_info, bool merge_lib) in populate() 446 profile_container const & pc, bool debug_info, bool merge_lib) in populate() 504 profile_container const & pc, bool debug_info, size_t pclass) in add() 571 void callgraph_container::add_symbols(profile_container const & pc) in add_symbols()
|
D | populate_for_spu.cpp | 49 profile_container & samples, in populate_spu_profile_from_files() 106 populate_for_spu_image(profile_container & samples, in populate_for_spu_image()
|
D | Android.mk | 36 profile_container.cpp \
|
D | populate.cpp | 59 populate_for_image(profile_container & samples, inverted_profile const & ip, in populate_for_image()
|
D | format_output.cpp | 434 opreport_formatter::opreport_formatter(profile_container const & p) in opreport_formatter() 605 xml_formatter(profile_container const * p, in xml_formatter()
|
/external/oprofile/pp/ |
D | opgprof.cpp | 63 profile_container const & samples) in get_vma_range() 95 bool aligned_samples(profile_container const & samples, int gap) in aligned_samples() 136 void output_gprof(op_bfd const & abfd, profile_container const & samples, in output_gprof() 188 profile_container::symbol_choice choice; in output_gprof() 231 string const & image, profile_container & samples) in load_samples() 285 profile_container samples(false, true, classes.extra_found_images); in opgprof()
|
D | opreport.cpp | 369 void output_symbols(profile_container const & pc, bool multiple_apps) in output_symbols() 371 profile_container::symbol_choice choice; in output_symbols() 415 void output_diff_symbols(profile_container const & pc1, in output_diff_symbols() 416 profile_container const & pc2, bool multiple_apps) in output_diff_symbols() 420 profile_container::symbol_choice choice; in output_diff_symbols() 535 profile_container pc1(options::debug_info, options::details, in opreport() 549 profile_container pc2(options::debug_info, options::details, in opreport() 568 profile_container samples(options::debug_info, in opreport()
|
D | opannotate.cpp | 43 scoped_ptr<profile_container> samples; 496 profile_container::symbol_choice choice; in output_asm() 820 samples.reset(new profile_container(true, true, in opannotate()
|
/external/oprofile/ |
D | ChangeLog-2003 | 268 * libpp/profile_container.cpp: 829 * libpp/profile_container.cpp: 1479 * libpp/profile_container.cpp: 1480 * libpp/profile_container.h: 1894 * libpp/profile_container.cpp: remove unneeded 2112 * libpp/profile_container.cpp: remove nil_symbol_index 2116 * libpp/profile_container.cpp: 2117 * libpp/profile_container.h: remove "base_vma" parameter 2123 * libpp/profile_container.cpp: 2124 * libpp/profile_container.h: remove unused "zero samples" [all …]
|
D | ChangeLog-2005 | 151 * libpp/profile_container.cpp: 270 * libpp/profile_container.cpp: 285 * libpp/profile_container.cpp: 286 * libpp/profile_container.h: 295 * libpp/profile_container.cpp: 296 * libpp/profile_container.h: 870 * libpp/profile_container.h:
|
D | ChangeLog-2007 | 7 * libpp/profile_container.cpp: 8 * libpp/profile_container.h: 250 * libpp/profile_container.cpp: 251 * libpp/profile_container.h: 413 * libpp/profile_container.cpp: Remove unnecessary offset 598 * libpp/profile_container.cpp:
|
D | ChangeLog-2008 | 247 * libpp/profile_container.cpp: 302 * oprofile/libpp/profile_container.cpp:
|
D | ChangeLog-2004 | 367 * libpp/profile_container.cpp: 705 * libpp/profile_container.cpp: use output_hint() 923 * libpp/profile_container.h: 924 * libpp/profile_container.cpp: add a public interface to iterate over
|
D | ChangeLog-2006 | 68 * libpp/profile_container.cpp:
|
D | TODO | 101 o dependencies between profile_container.h symbol_container.h and
|
D | ChangeLog-2002 | 63 * pp/profile_container.cpp: 64 * pp/profile_container.h: add_samples() add app_name parameter 99 * pp/profile_container.h:
|