Home
last modified time | relevance | path

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

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