Searched refs:RecordCallBack (Results 1 – 11 of 11) sorted by relevance
| /developtools/hiperf/include/ |
| D | virtual_runtime.h | 49 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable 50 void SetRecordMode(RecordCallBack recordCallBack); 129 RecordCallBack recordCallBack_;
|
| D | subcommand_report.h | 108 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
|
| D | perf_events.h | 432 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable 435 void SetRecordCallBack(RecordCallBack recordCallBack); 608 RecordCallBack recordCallBack_;
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 44 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record); 72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::VirtualRuntimeTest 93 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1); 110 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.h | 56 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
|
| D | perf_data_parser.cpp | 115 …recordDataReader_->ReadDataSection(std::bind(&PerfDataParser::RecordCallBack, this, std::placehold… in Reload() 225 bool PerfDataParser::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in SysTuning::TraceStreamer::PerfDataParser
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.h | 53 bool RecordCallBack(std::unique_ptr<PerfEventRecord> record);
|
| D | perf_data_parser.cpp | 112 …recordDataReader_->ReadDataSection(std::bind(&PerfDataParser::RecordCallBack, this, std::placehold… in Reload() 222 bool PerfDataParser::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in SysTuning::TraceStreamer::PerfDataParser
|
| /developtools/hiperf/src/ |
| D | subcommand_report.cpp | 225 bool SubCommandReport::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::SubCommandReport 469 std::bind(&SubCommandReport::RecordCallBack, this, std::placeholders::_1)); in LoadPerfData()
|
| D | virtual_runtime.cpp | 457 void VirtualRuntime::SetRecordMode(RecordCallBack recordCallBack) in SetRecordMode()
|
| D | perf_events.cpp | 793 void PerfEvents::SetRecordCallBack(RecordCallBack recordCallBack) in SetRecordCallBack()
|