Searched defs:profile_container (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libpp/
H A Dprofile_container.h2 * @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()
H A Dprofile_container.cpp2 * @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
[all...]

Completed in 267 milliseconds