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

  /external/oprofile/libpp/
profile.h 91 samples_range(odb_key_t start, odb_key_t end) const;
94 iterator_pair samples_range() const;
profile.cpp 147 profile_t::samples_range(odb_key_t start, odb_key_t end) const function in class:profile_t
164 throw op_fatal_error("profile_t::samples_range(): start > end"
180 profile_t::iterator_pair profile_t::samples_range() const function in class:profile_t
profile_container.cpp 88 profile.samples_range(start, end);
callgraph_container.cpp 144 // see profile_t::samples_range() for why we need this check
146 profile_t::iterator_pair p_it = profile.samples_range(
  /external/oprofile/pp/
opgprof.cpp 117 profile_t::iterator_pair p_it = cg_db.samples_range();

Completed in 65 milliseconds