Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Drecord.h363 struct LostRecord : public Record { struct
367 LostRecord(const perf_event_attr& attr, char* p); argument
H A Drecord.cpp402 LostRecord::LostRecord(const perf_event_attr& attr, char* p) : Record(p) { in LostRecord() function in simpleperf::LostRecord