Searched refs:AtomicCount (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/metrics/ |
D | histogram.h | 145 HistogramBase::AtomicCount* counts, 146 HistogramBase::AtomicCount* logged_counts, 233 HistogramBase::AtomicCount* counts, 234 HistogramBase::AtomicCount* logged_counts, 360 HistogramBase::AtomicCount* counts, 361 HistogramBase::AtomicCount* logged_counts, 403 HistogramBase::AtomicCount* counts, 404 HistogramBase::AtomicCount* logged_counts, 449 HistogramBase::AtomicCount* counts, 450 HistogramBase::AtomicCount* logged_counts, [all …]
|
D | sample_vector.h | 32 HistogramBase::AtomicCount* counts, 60 std::vector<HistogramBase::AtomicCount> local_counts_; 65 HistogramBase::AtomicCount* counts_; 76 SampleVectorIterator(const std::vector<HistogramBase::AtomicCount>* counts, 78 SampleVectorIterator(const HistogramBase::AtomicCount* counts, 96 const HistogramBase::AtomicCount* counts_;
|
D | histogram.cc | 279 HistogramBase::AtomicCount* counts, in PersistentCreate() 280 HistogramBase::AtomicCount* logged_counts, in PersistentCreate() 516 HistogramBase::AtomicCount* counts, in Histogram() 517 HistogramBase::AtomicCount* logged_counts, in Histogram() 820 HistogramBase::AtomicCount* counts, in PersistentCreate() 821 HistogramBase::AtomicCount* logged_counts, in PersistentCreate() 860 HistogramBase::AtomicCount* counts, in LinearHistogram() 861 HistogramBase::AtomicCount* logged_counts, in LinearHistogram() 967 HistogramBase::AtomicCount* counts, in PersistentCreate() 968 HistogramBase::AtomicCount* logged_counts, in PersistentCreate() [all …]
|
D | sample_vector.cc | 28 HistogramBase::AtomicCount* counts, in SampleVector() 129 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator() 140 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
|
D | histogram_base.h | 88 typedef subtle::Atomic32 AtomicCount; // Used to count samples. typedef 268 AtomicCount flags_;
|
D | persistent_histogram_allocator.cc | 81 const size_t kBytesPerBucket = 2 * sizeof(HistogramBase::AtomicCount); in CalculateRequiredCountsBytes() 584 HistogramBase::AtomicCount* counts_data = in CreateHistogram() 585 memory_allocator_->GetAsArray<HistogramBase::AtomicCount>( in CreateHistogram() 601 HistogramBase::AtomicCount* logged_data = in CreateHistogram()
|
D | histogram_samples.h | 59 HistogramBase::AtomicCount redundant_count;
|