Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h438 struct AuxRecord : public Record { struct
439 struct DataType {
443 }* data;
446 bool Unformatted() const { return data->flags & PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW; } in Unformatted()