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

  /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,
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);
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
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()
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;
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,
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,
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,

Completed in 228 milliseconds