Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h421 struct AuxRecord : public Record { struct
428 AuxRecord(const perf_event_attr& attr, char* p); argument
Drecord.cpp873 AuxRecord::AuxRecord(const perf_event_attr& attr, char* p) : Record(p) { in AuxRecord() function in simpleperf::AuxRecord