Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp64 hisyseventPluginIndex_ = traceDataCache_->GetDataIndex("hisysevent-plugin"); in InitPluginNameIndex()
82 supportPluginNameIndex_.insert(hisyseventPluginIndex_); in InitPluginNameIndex()
315 hilogPluginIndex_.count(pluginNameIndex) || hisyseventPluginIndex_ == pluginNameIndex) { in SpliteDataBySegment()
357 } else if (pulginNameIndex == hisyseventPluginIndex_) { in ParseDataByPluginName()
Dhtrace_parser.h219 DataIndex hisyseventPluginIndex_; variable