Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp410 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(sr); in ProcessSampleRecord() local
411 bool offcpu_sample = attr_index > 0; in ProcessSampleRecord()
536 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&r); in FindEvent() local
537 return events_[attr_index]; in FindEvent()
Dcmd_dumprecord.cpp416 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local
417 auto& event = events_[attr_index]; in ProcessSampleRecord()