Searched refs:RecordCache (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | record.cpp | 691 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()
|
D | record_test.cpp | 61 RecordCache cache(event_attr, 2, 2); in TEST_F() 107 RecordCache cache(event_attr, 2, 2); in TEST_F()
|
D | record.h | 323 class RecordCache { 325 RecordCache(const perf_event_attr& attr, size_t min_cache_size = 1000u, 327 ~RecordCache();
|
D | record_file_reader.cpp | 153 RecordCache cache(file_attrs_[0].attr); in ReadDataSection()
|
D | cmd_record.cpp | 178 std::unique_ptr<RecordCache> record_cache_; 255 new RecordCache(*event_selection_set_.FindEventAttrByType(measured_event_types_[0]))); in Run()
|