Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_dumprecord.cpp156 bool DumpAuxData(const AuxRecord& aux);
369 bool DumpRecordCommand::DumpAuxData(const AuxRecord& aux) { in DumpAuxData() argument
370 size_t size = aux.data->aux_size; in DumpAuxData()
373 if (!record_file_reader_->ReadAuxData(aux.Cpu(), aux.data->aux_offset, data.get(), size)) { in DumpAuxData()
Dcmd_inject.cpp226 AuxRecord* aux = static_cast<AuxRecord*>(r); in ProcessRecord() local
227 uint64_t aux_size = aux->data->aux_size; in ProcessRecord()
232 if (!record_file_reader_->ReadAuxData(aux->Cpu(), aux->data->aux_offset, in ProcessRecord()
DRecordReadThread_test.cpp539 for (auto& aux : aux_data) { in TEST_F() local
540 if (aux.lost) { in TEST_F()
541 lost_aux_data_size += aux.buf1.size() + aux.buf2.size(); in TEST_F()
543 aux_data_size += aux.buf1.size() + aux.buf2.size(); in TEST_F()