Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_plugin.cpp114 std::unique_ptr<ProtoEncoder::HisyseventInfo> hisyseventInfo = nullptr; in Run() local
118 hisyseventInfo = std::make_unique<ProtoEncoder::HisyseventInfo>(resultWriter_->startReport(resultWriter_)); in Run()
139 if (!ParseSyseventLineInfo(cptr, strlen(cptr), hisyseventInfo.get())) { in Run()
143 if (hisyseventInfo->Size() >= BYTE_BUFFER_SIZE) { in Run()
144 FlushDataOptimize(hisyseventInfo.get()); in Run()
145 hisyseventInfo.reset(); in Run()
146 hisyseventInfo = in Run()
156 FlushDataOptimize(hisyseventInfo.get()); in Run()
157 hisyseventInfo.reset(); in Run()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H A Dpbreader_parser.cpp427 ProtoReader::HisyseventInfo_Reader hisyseventInfo(seg.protoData.data_, seg.protoData.size_); in FilterData()
428 hisyseventParser_->Parse(&hisyseventInfo, seg.timeStamp, haveSplitSeg); in FilterData()

Completed in 3 milliseconds