/external/oprofile/libpp/ |
diff_container.h | 15 #include "profile_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;
|
populate.h | 3 * Fill up a profile_container from inverted profiles 15 class profile_container; 22 populate_for_image(profile_container & samples, inverted_profile const & ip,
|
populate_for_spu.h | 3 * Fill up a profile_container from inverted profiles for 16 class profile_container; 31 void populate_for_spu_image(profile_container & samples,
|
profile_container.cpp | 2 * @file profile_container.cpp 24 #include "profile_container.h" 52 profile_container::profile_container(bool debug_info_, bool need_details_, function in class:profile_container 64 profile_container::~profile_container() 73 void profile_container::add(profile_t const & profile, 134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index, 165 profile_container::select_symbols(symbol_choice & choice) const 194 profile_container::select_filename(double threshold) cons [all...] |
diff_container.cpp | 46 profile_container::symbol_choice & choice) 63 profile_container::symbol_choice & choice) 74 profile_container::symbol_choice & choice) 86 profile_container::symbol_choice & choice) 107 diff_container::diff_container(profile_container const & c1, 108 profile_container const & c2) 116 diff_container::get_symbols(profile_container::symbol_choice & choice) const
|
callgraph_container.h | 24 class profile_container; 140 * @param pc the profile_container holding all non cg samples. 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);
|
Makefile.am | 41 profile_container.cpp \ 42 profile_container.h \
|
populate.cpp | 3 * Fill up a profile_container from inverted profiles 16 #include "profile_container.h" 59 populate_for_image(profile_container & samples, inverted_profile const & ip,
|
profile_container.h | 2 * @file profile_container.h 35 class profile_container : noncopyable { class in inherits:noncopyable 48 profile_container(bool debug_info, bool need_details, 51 ~profile_container(); 172 /// here since user of profile_container often need it later. 177 * see the explanation in profile_container()
|
Android.mk | 36 profile_container.cpp \
|
populate_for_spu.cpp | 3 * Fill up a profile_container from inverted profiles for 14 #include "profile_container.h" 49 profile_container & samples, 106 populate_for_spu_image(profile_container & samples,
|
format_output.h | 29 class profile_container; 180 opreport_formatter(profile_container const & profile); 199 profile_container const & profile; 241 xml_formatter(profile_container const * profile, 266 profile_container const * profile;
|
callgraph_container.cpp | 25 #include "profile_container.h" 128 call_data(profile_container const & p, profile_t const & pr, 238 profile_container const & pc; 402 profile_container pc(debug_info, false, extra_found_images); 428 profile_container const & pc, bool debug_info, bool merge_lib) 446 profile_container const & pc, bool debug_info, bool merge_lib) 504 profile_container const & pc, bool debug_info, size_t pclass) 571 void callgraph_container::add_symbols(profile_container const & pc)
|
format_output.cpp | 27 #include "profile_container.h" 434 opreport_formatter::opreport_formatter(profile_container const & p) 605 xml_formatter(profile_container const * p,
|
/external/oprofile/pp/ |
opgprof.cpp | 20 #include "profile_container.h" 63 profile_container const & samples) 95 bool aligned_samples(profile_container const & samples, int gap) 136 void output_gprof(op_bfd const & abfd, profile_container const & samples, 188 profile_container::symbol_choice choice; 231 string const & image, profile_container & samples) 285 profile_container samples(false, true, classes.extra_found_images);
|
opreport.cpp | 28 #include "profile_container.h" 369 void output_symbols(profile_container const & pc, bool multiple_apps) 371 profile_container::symbol_choice choice; 415 void output_diff_symbols(profile_container const & pc1, 416 profile_container const & pc2, bool multiple_apps) 420 profile_container::symbol_choice choice; 535 profile_container pc1(options::debug_info, options::details, 549 profile_container pc2(options::debug_info, options::details, 568 profile_container samples(options::debug_info,
|
opannotate.cpp | 32 #include "profile_container.h" 43 scoped_ptr<profile_container> samples; 498 profile_container::symbol_choice choice; 822 samples.reset(new profile_container(true, true,
|
/packages/apps/Settings/res/xml/ |
bluetooth_device_advanced.xml | 35 android:key="profile_container"
|
/external/oprofile/ |
ChangeLog-2003 | 268 * libpp/profile_container.cpp: 829 * libpp/profile_container.cpp: [all...] |
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:
|
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:
|
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
|
ChangeLog-2006 | 68 * libpp/profile_container.cpp:
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DeviceProfilesSettings.java | 54 private static final String KEY_PROFILE_CONTAINER = "profile_container";
|
/external/oprofile/doc/ |
internals.xml | [all...] |