Home
last modified time | relevance | path

Searched refs:sample_index_t (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpp/
Dsample_container.h28 typedef std::pair<symbol_entry const *, bfd_vma> sample_index_t; typedef
30 typedef std::map<sample_index_t, sample_entry> samples_storage;
Dsample_container.cpp103 sample_index_t key(symbol, vma); in find_by_vma()