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

  /external/oprofile/libpp/
symbol_functors.h 19 bool operator()(sample_entry const * lhs,
20 sample_entry const * rhs) const {
sample_container.h 30 typedef std::map<sample_index_t, sample_entry> samples_storage;
45 void insert(symbol_entry const * symbol, sample_entry const &);
54 sample_entry const * find_by_vma(symbol_entry const * symbol,
64 typedef std::multiset<sample_entry const *, less_by_file_loc>
symbol.h 50 struct sample_entry { struct
51 sample_entry() : vma(0) {} function in struct:sample_entry
76 sample_entry sample;
sample_container.cpp 26 sample_entry const * s)
67 sample_entry const & sample)
85 sample_entry lower, upper;
100 sample_entry const *
118 sample_entry sample;
profile_container.h 28 class sample_entry;
81 sample_entry const * find_sample(symbol_entry const * symbol,
format_output.h 27 class sample_entry;
86 sample_entry const & s,
92 sample_entry const & sample;
136 sample_entry const & sample, counts_t & c,
282 sample_entry const & sample, size_t count);
profile_container.cpp 71 // the range of sample_entry inside each symbol entry are valid
143 sample_entry sample;
275 sample_entry const *
format_output.cpp 369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample,
898 output_sample_data(ostream & out, sample_entry const & sample, size_t pclass)
  /external/oprofile/pp/
opannotate.cpp 171 sample_entry const * sample = NULL;
227 sample_entry * prev_sample = (sample_entry *)samples->

Completed in 85 milliseconds