Searched defs:ProcessRecordCB (Results 1 – 3 of 3) sorted by relevance
64 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; variable
29 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; variable
28 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; typedef