Home
last modified time | relevance | path

Searched refs:UseSampleMapRecords (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h53 PersistentSampleMapRecords* UseSampleMapRecords(uint64_t id,
271 PersistentSampleMapRecords* UseSampleMapRecords(uint64_t id,
Dpersistent_histogram_allocator.cc110 PersistentSparseHistogramDataManager::UseSampleMapRecords(uint64_t id, in UseSampleMapRecords() function in base::PersistentSparseHistogramDataManager
479 PersistentSampleMapRecords* PersistentHistogramAllocator::UseSampleMapRecords( in UseSampleMapRecords() function in base::PersistentHistogramAllocator
482 return sparse_histogram_data_manager_.UseSampleMapRecords(id, user); in UseSampleMapRecords()
Dpersistent_sample_map.cc263 records_ = allocator_->UseSampleMapRecords(id(), this); in GetRecords()