Searched defs:SampleRecord (Results 1 – 6 of 6) sorted by relevance
386 struct SampleRecord : public Record { struct407 SampleRecord() {} in SampleRecord() argument425 uint64_t GetValidStackSize() const { in GetValidStackSize()
73 SampleEntry* CreateSample(const SampleRecord&, bool, int*) override { return nullptr; } in CreateSample()74 SampleEntry* CreateBranchSample(const SampleRecord&, const BranchStackItemType&) override { in CreateBranchSample()
199 SlabSample* CreateBranchSample(const SampleRecord&, const BranchStackItemType&) override { in CreateBranchSample()
591 SampleRecord::SampleRecord(const perf_event_attr& attr, uint64_t id, uint64_t ip, uint32_t pid, in SampleRecord() function in simpleperf::SampleRecord
86 struct SampleRecord { struct88 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;91 static constexpr size_t kExpectedInstanceSize = 16;93 uint64_t id; // Unique identifier of owner.94 Sample value; // The value for which this record holds a count.95 Count count; // The count associated with the above value.
107 struct SampleRecord { struct109 static constexpr uint32_t kPersistentTypeId = 0x8FE6A69F + 1;112 static constexpr size_t kExpectedInstanceSize = 16;114 uint64_t id; // Unique identifier of owner.115 Sample value; // The value for which this record holds a count.116 Count count; // The count associated with the above value.