Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dcmd_dumprecord.cpp205 bool DumpAuxData(const AuxRecord& aux);
419 bool DumpRecordCommand::DumpAuxData(const AuxRecord& aux) { in DumpAuxData() argument
420 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()
DRecordReadThread_test.cpp543 for (auto& aux : aux_data) { in TEST_F() local
544 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()
Dcmd_inject.cpp258 AuxRecord* aux = static_cast<AuxRecord*>(r); in ProcessRecord() local
259 uint64_t aux_size = aux->data->aux_size; in ProcessRecord()
264 if (!record_file_reader_->ReadAuxData(aux->Cpu(), aux->data->aux_offset, in ProcessRecord()