Home | History | Annotate | Download | only in libpp

Lines Matching refs:profile_container

2  * @file profile_container.cpp
24 #include "profile_container.h"
52 profile_container::profile_container(bool debug_info_, bool need_details_,
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) const
247 count_array_t profile_container::samples_count() const
256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const
263 profile_container::find_symbol(debug_name_id filename, size_t linenr) const
270 profile_container::select_symbols(debug_name_id filename) const
276 profile_container::find_sample(symbol_entry const * symbol, bfd_vma vma) const
282 count_array_t profile_container::samples_count(debug_name_id filename_id) const
288 count_array_t profile_container::samples_count(debug_name_id filename,
296 profile_container::begin(symbol_entry const * symbol) const
303 profile_container::end(symbol_entry const * symbol) const
309 sample_container::samples_iterator profile_container::begin() const
315 sample_container::samples_iterator profile_container::end() const
320 symbol_entry const * profile_container::find(symbol_entry const & symbol) const
325 symbol_container::symbols_t::iterator profile_container::begin_symbol() const
330 symbol_container::symbols_t::iterator profile_container::end_symbol() const