Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp79 arktsPluginConfigIndex_ = traceDataCache_->GetDataIndex("arkts-plugin_config"); in InitPluginNameIndex()
94 supportPluginNameIndex_.insert(arktsPluginConfigIndex_); in InitPluginNameIndex()
327 if (pluginNameIndex == arktsPluginConfigIndex_ || pluginNameIndex == arktsPluginIndex_) { in SpliteDataBySegment()
363 } else if (pulginNameIndex == arktsPluginConfigIndex_) { in ParseDataByPluginName()
Dhtrace_parser.h229 DataIndex arktsPluginConfigIndex_; variable