Searched refs:ExitRecord (Results 1 – 3 of 3) sorted by relevance
397 const ExitRecord& r = *static_cast<const ExitRecord*>(&record); in Update()
352 struct ExitRecord : public ExitOrForkRecord { struct353 ExitRecord(const perf_event_attr& attr, char* p) : ExitOrForkRecord(attr, p) {} in ExitRecord() function
1365 return std::unique_ptr<Record>(new ExitRecord(attr, p)); in ReadRecordFromBuffer()