Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.cpp227 data.aux_type = AuxTraceInfoRecord::AUX_TYPE_ETM; in CreateAuxTraceInfoRecord()
Drecord.h515 uint32_t aux_type; member
Drecord.cpp1110 if (data->aux_type != AUX_TYPE_ETM || data->version != 1) { in Parse()
1156 PrintIndented(indent, "aux_type %u\n", data->aux_type); in DumpData()