Home
last modified time | relevance | path

Searched defs:AuxRecord (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Drecord.h436 struct AuxRecord : public Record { struct
437 struct DataType {
441 }* data;
444 bool Unformatted() const { return data->flags & PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW; } in Unformatted()