Home
last modified time | relevance | path

Searched defs:SampleRecord (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Drecord.h386 struct SampleRecord : public Record { struct
407 SampleRecord() {} in SampleRecord() argument
425 uint64_t GetValidStackSize() const { in GetValidStackSize()
H A Dsample_tree_test.cpp73 SampleEntry* CreateSample(const SampleRecord&, bool, int*) override { return nullptr; } in CreateSample()
74 SampleEntry* CreateBranchSample(const SampleRecord&, const BranchStackItemType&) override { in CreateBranchSample()
H A Dcmd_kmem.cpp199 SlabSample* CreateBranchSample(const SampleRecord&, const BranchStackItemType&) override { in CreateBranchSample()
H A Drecord.cpp591 SampleRecord::SampleRecord(const perf_event_attr& attr, uint64_t id, uint64_t ip, uint32_t pid, in SampleRecord() function in simpleperf::SampleRecord
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_sample_map.cc86 struct SampleRecord { struct
88 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.
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_sample_map.cc107 struct SampleRecord { struct
109 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.