Home | History | Annotate | Download | only in simpleperf

Lines Matching refs:RecordCache

691 bool RecordCache::RecordWithSeq::IsHappensBefore(const RecordWithSeq& other) const {
709 bool RecordCache::RecordComparator::operator()(const RecordWithSeq& r1,
714 RecordCache::RecordCache(const perf_event_attr& attr, size_t min_cache_size,
725 RecordCache::~RecordCache() {
729 void RecordCache::Push(const char* data, size_t size) {
741 void RecordCache::Push(std::unique_ptr<Record> record) {
745 std::unique_ptr<Record> RecordCache::Pop() {
759 std::vector<std::unique_ptr<Record>> RecordCache::PopAll() {
768 RecordCache::RecordWithSeq RecordCache::CreateRecordWithSeq(Record *r) {