Home | History | Annotate | Download | only in libpp

Lines Matching defs:profile_t

34 profile_t::profile_t()
41 count_type profile_t::sample_count(string const & filename)
60 enum profile_type profile_t::is_spu_sample_file(string const & filename)
73 void profile_t::open_sample_file(string const & filename, odb_t & db)
94 void profile_t::add_sample_file(string const & filename)
128 void profile_t::set_offset(op_bfd const & abfd)
146 profile_t::iterator_pair
147 profile_t::samples_range(odb_key_t start, odb_key_t end) const
164 throw op_fatal_error("profile_t::samples_range(): start > end"
180 profile_t::iterator_pair profile_t::samples_range() const