Searched defs:RecordCallBack (Results 1 – 5 of 5) sorted by relevance
/developtools/hiperf/include/ | ||
D | virtual_runtime.h | 49 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable |
D | perf_events.h | 292 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable |
/developtools/hiperf/test/unittest/common/native/ | ||
D | virtual_runtime_test.cpp | 72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::VirtualRuntimeTest |
/developtools/hiperf/src/ | ||
D | subcommand_report.cpp | 225 bool SubCommandReport::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::SubCommandReport |
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ | ||
D | perf_data_parser.cpp | 177 bool PerfDataParser::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in SysTuning::TraceStreamer::PerfDataParser |