Home
last modified time | relevance | path

Searched defs:RecordCallBack (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/include/
Dvirtual_runtime.h49 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable
Dperf_events.h292 using RecordCallBack = std::function<bool(std::unique_ptr<PerfEventRecord>)>; variable
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in OHOS::Developtools::HiPerf::VirtualRuntimeTest
/developtools/hiperf/src/
Dsubcommand_report.cpp225 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/
Dperf_data_parser.cpp177 bool PerfDataParser::RecordCallBack(std::unique_ptr<PerfEventRecord> record) in RecordCallBack() function in SysTuning::TraceStreamer::PerfDataParser