Home
last modified time | relevance | path

Searched refs:RecordCache (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Drecord.cpp691 bool RecordCache::RecordWithSeq::IsHappensBefore(const RecordWithSeq& other) const { in IsHappensBefore()
709 bool RecordCache::RecordComparator::operator()(const RecordWithSeq& r1, in operator ()()
714 RecordCache::RecordCache(const perf_event_attr& attr, size_t min_cache_size, in RecordCache() function in RecordCache
725 RecordCache::~RecordCache() { in ~RecordCache()
729 void RecordCache::Push(const char* data, size_t size) { in Push()
741 void RecordCache::Push(std::unique_ptr<Record> record) { in Push()
745 std::unique_ptr<Record> RecordCache::Pop() { in Pop()
759 std::vector<std::unique_ptr<Record>> RecordCache::PopAll() { in PopAll()
768 RecordCache::RecordWithSeq RecordCache::CreateRecordWithSeq(Record *r) { in CreateRecordWithSeq()
Drecord_test.cpp61 RecordCache cache(event_attr, 2, 2); in TEST_F()
107 RecordCache cache(event_attr, 2, 2); in TEST_F()
Drecord.h323 class RecordCache {
325 RecordCache(const perf_event_attr& attr, size_t min_cache_size = 1000u,
327 ~RecordCache();
Drecord_file_reader.cpp153 RecordCache cache(file_attrs_[0].attr); in ReadDataSection()
Dcmd_record.cpp178 std::unique_ptr<RecordCache> record_cache_;
255 new RecordCache(*event_selection_set_.FindEventAttrByType(measured_event_types_[0]))); in Run()