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

  /external/oprofile/libpp/
sample_container.h 30 typedef std::map<sample_index_t, sample_entry> samples_storage; typedef in class:sample_container
31 typedef samples_storage::const_iterator samples_iterator;
62 samples_storage samples;
67 // must be declared after the samples_storage to ensure a
sample_container.cpp 51 samples_storage::key_type key(symbol, 0);
60 samples_storage::key_type key(symbol, ~bfd_vma(0));
69 samples_storage::key_type key(symbol, sample.vma);
71 samples_storage::iterator it = samples.find(key);

Completed in 59 milliseconds