Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h368 struct LostRecord : public Record { struct
372 LostRecord(const perf_event_attr& attr, char* p); argument
Drecord.cpp412 LostRecord::LostRecord(const perf_event_attr& attr, char* p) : Record(p) { in LostRecord() function in LostRecord