HomeSort by relevance Sort by last modified time
    Searched refs:event_id_reverse_pos_in_non_sample_records_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
record_file_reader.cpp 89 event_id_reverse_pos_in_non_sample_records_(0), read_record_size_(0) {
154 &event_id_reverse_pos_in_non_sample_records_)) {
326 if (header.size > event_id_reverse_pos_in_non_sample_records_) {
328 event_id = *reinterpret_cast<uint64_t*>(p.get() + header.size - event_id_reverse_pos_in_non_sample_records_);
record_file.h 182 size_t event_id_reverse_pos_in_non_sample_records_; member in class:RecordFileReader

Completed in 124 milliseconds