Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMRecorder.cpp216 data.aux_type = AuxTraceInfoRecord::AUX_TYPE_ETM; in CreateAuxTraceInfoRecord()
Drecord.h467 uint32_t aux_type; member
Drecord.cpp926 CHECK_EQ(data->aux_type, AUX_TYPE_ETM); in AuxTraceInfoRecord()
951 PrintIndented(indent, "aux_type %u\n", data->aux_type); in DumpData()