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

  /external/oprofile/libpp/
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()
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...]

Completed in 42 milliseconds