Searched refs:attr_index (Results 1 – 2 of 2) sorted by relevance
410 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(sr); in ProcessSampleRecord() local411 bool offcpu_sample = attr_index > 0; in ProcessSampleRecord()536 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&r); in FindEvent() local537 return events_[attr_index]; in FindEvent()
416 size_t attr_index = record_file_reader_->GetAttrIndexOfRecord(&sr); in ProcessSampleRecord() local417 auto& event = events_[attr_index]; in ProcessSampleRecord()