Home
last modified time | relevance | path

Searched refs:hisyseventInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/hisysevent_plugin/src/
Dhisysevent_plugin.cpp114 std::unique_ptr<ProtoEncoder::HisyseventInfo> hisyseventInfo = nullptr; in Run() local
118hisyseventInfo = std::make_unique<ProtoEncoder::HisyseventInfo>(resultWriter_->startReport(resultW… in Run()
136 if (!ParseSyseventLineInfo(cptr, strlen(cptr), hisyseventInfo.get())) { in Run()
140 if (hisyseventInfo->Size() >= BYTE_BUFFER_SIZE) { in Run()
141 FlushDataOptimize(hisyseventInfo.get()); in Run()
142 hisyseventInfo.reset(); in Run()
143 hisyseventInfo = in Run()
153 FlushDataOptimize(hisyseventInfo.get()); in Run()
154 hisyseventInfo.reset(); in Run()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.cpp422 ProtoReader::HisyseventInfo_Reader hisyseventInfo(seg.protoData.data_, seg.protoData.size_); in FilterData() local
423 hisyseventParser_->Parse(&hisyseventInfo, seg.timeStamp, haveSplitSeg); in FilterData()