Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.h52 PersistentSampleMapRecords* UseSampleMapRecords(uint64_t id,
270 PersistentSampleMapRecords* UseSampleMapRecords(uint64_t id,
Dpersistent_histogram_allocator.cc104 PersistentSparseHistogramDataManager::UseSampleMapRecords(uint64_t id, in UseSampleMapRecords() function in base::PersistentSparseHistogramDataManager
442 PersistentSampleMapRecords* PersistentHistogramAllocator::UseSampleMapRecords( in UseSampleMapRecords() function in base::PersistentHistogramAllocator
445 return sparse_histogram_data_manager_.UseSampleMapRecords(id, user); in UseSampleMapRecords()
Dpersistent_sample_map.cc246 records_ = allocator_->UseSampleMapRecords(id(), this); in GetRecords()