Home
last modified time | relevance | path

Searched refs:ProcessRecordCB (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/include/
Dperf_file_writer.h62 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; variable
63 bool ReadDataSection(ProcessRecordCB &callback);
64 bool ReadRecords(ProcessRecordCB &callback);
Dperf_file_reader.h29 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; variable
44 bool ReadDataSection(ProcessRecordCB &callback);
69 bool ReadRecord(ProcessRecordCB &callback);
/developtools/hiperf/test/unittest/common/native/
Dperf_file_reader_test.cpp28 using ProcessRecordCB = const std::function<bool(std::unique_ptr<PerfEventRecord> record)>; typedef
/developtools/hiperf/src/
Dperf_file_reader.cpp222 bool PerfFileReader::ReadDataSection(ProcessRecordCB &callback) in ReadDataSection()
254 bool PerfFileReader::ReadRecord(ProcessRecordCB &callback) in ReadRecord()
Dperf_file_writer.cpp149 bool PerfFileWriter::ReadDataSection(ProcessRecordCB &callback) in ReadDataSection()
162 bool PerfFileWriter::ReadRecords(ProcessRecordCB &callback) in ReadRecords()