Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.cpp563 heads[0].current_pos = 0; in ReadMmapEventData()
577 heads[head_size].current_pos = buffer_pos; in ReadMmapEventData()
609 h.r = ReadRecordFromBuffer(*h.attr, &record_buffer_[h.current_pos]); in ReadMmapEventData()
611 h.current_pos += h.r->size(); in ReadMmapEventData()
620 if (h->current_pos < h->end_pos) { in ReadMmapEventData()
621 h->r = ReadRecordFromBuffer(*h->attr, &record_buffer_[h->current_pos]); in ReadMmapEventData()
623 h->current_pos += h->r->size(); in ReadMmapEventData()
Devent_selection_set.h175 size_t current_pos; // current position in record_buffer_ member