Searched refs:aux (Results 1 – 3 of 3) sorted by relevance
205 bool DumpAuxData(const AuxRecord& aux);419 bool DumpRecordCommand::DumpAuxData(const AuxRecord& aux) { in DumpAuxData() argument420 size_t size = aux.data->aux_size; in DumpAuxData()423 if (!record_file_reader_->ReadAuxData(aux.Cpu(), aux.data->aux_offset, data.get(), size)) { in DumpAuxData()
543 for (auto& aux : aux_data) { in TEST_F() local544 if (aux.lost) { in TEST_F()545 lost_aux_data_size += aux.buf1.size() + aux.buf2.size(); in TEST_F()547 aux_data_size += aux.buf1.size() + aux.buf2.size(); in TEST_F()
258 AuxRecord* aux = static_cast<AuxRecord*>(r); in ProcessRecord() local259 uint64_t aux_size = aux->data->aux_size; in ProcessRecord()264 if (!record_file_reader_->ReadAuxData(aux->Cpu(), aux->data->aux_offset, in ProcessRecord()