Searched defs:SampleRecord (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
H A Dpersistent_sample_map.cc84 struct SampleRecord { struct in namespace:base::__anon9944
91 const uint32_t kTypeIdSampleRecord = 0x8FE6A69F + 1; // SHA1(SampleRecord) v1
146 const SampleRecord* record =
147 iterator.GetAsObject<SampleRecord>(ref, kTypeIdSampleRecord);
162 allocator->Allocate(sizeof(SampleRecord), kTypeIdSampleRecord);
163 SampleRecord* record =
164 allocator->GetAsObject<SampleRecord>(ref, kTypeIdSampleRecord);
256 SampleRecord* record =
257 records->GetAsObject<SampleRecord>(ref, kTypeIdSampleRecord);
/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h113 class SampleRecord { class in namespace:llvm::sampleprof
117 SampleRecord() : NumSamples(0), CallTargets() {} function in class:llvm::sampleprof::SampleRecord
154 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
170 raw_ostream &operator<<(raw_ostream &OS, const SampleRecord &Sample);
172 typedef std::map<LineLocation, SampleRecord> BodySampleMap;
266 const SampleRecord &Rec = I.second;

Completed in 508 milliseconds