Home
last modified time | relevance | path

Searched defs:itor (Results 1 – 25 of 26) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/cfg/
Dtrace_streamer_config.cpp77 for (auto itor = eventNameMap_.begin(); itor != eventNameMap_.end(); itor++) { in PrintInfo() local
82 for (auto itor = memNameMap_.begin(); itor != memNameMap_.end(); itor++) { in PrintInfo() local
87 for (auto itor = sysMemNameMap_.begin(); itor != sysMemNameMap_.end(); itor++) { in PrintInfo() local
92 for (auto itor = sysVirtualMemNameMap_.begin(); itor != sysVirtualMemNameMap_.end(); itor++) { in PrintInfo() local
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp125 auto itor = sourceMap.find(key); in UpdateMap() local
160 for (auto itor = frames; itor; itor++) { in CompressStackAndFrames() local
512 auto itor = tsToMainEventsMap_.begin(); in FilterNativeHookMainEvent() local
620 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames() local
635 …for (auto itor = reparseStackIdToFramesMap_.begin(); itor != reparseStackIdToFramesMap_.end(); ito… in ReparseStacksWithDifferentMeans() local
648 for (auto itor = allStackIdToFramesMap_.begin(); itor != allStackIdToFramesMap_.end(); itor++) { in ReparseStacksWithAddrRange() local
715 auto itor = startAddrToMapsInfoMapPtr->lower_bound(start); in ParseMapsEvent() local
756 for (auto itor = ipToFrameInfoPtr->begin(); itor != ipToFrameInfoPtr->end();) { in ProcSymbolTable() local
768 …for (auto itor = startAddrToMapsInfoMapPtr->begin(); itor != startAddrToMapsInfoMapPtr->end(); ito… in ProcSymbolTable() local
874 auto itor = functionNameIndexToVaddr_.find(functionNameIndex); in GetNativeHookFrameVaddrs() local
[all …]
Dcpu_filter.cpp259 auto itor = internalTidToRowThreadState_.find(uid); in RowOfInternalTidInStateTable() local
267 auto itor = internalTidToRowThreadState_.find(uid); in ClearInternalTidInStateTable() local
274 auto itor = internalTidToRowThreadState_.find(uid); in StateOfInternalTidInStateTable() local
Dapp_start_filter.cpp105 for (auto itor = mAPPStartupData.begin(); itor != mAPPStartupData.end(); ++itor) { in AppendData() local
236 auto itor = it->second.begin(); in CalcDepthByTimeStamp() local
Dhi_sysevent_measure_filter.cpp202 for (auto itor = noArrayIndex.begin(); itor != noArrayIndex.end(); itor++) { in NoArrayDataParse() local
216 for (auto itor = arrayIndex.begin(); itor != arrayIndex.end(); itor++) { in ArrayDataParse() local
Doffline_symbolization_filter.cpp35 for (auto itor = ips->begin(); (itor + 1) != ips->end(); itor++) { in OfflineSymbolization() local
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader/
Dproto_reader_test.cpp102 auto itor = cpuInfoTest.test(); variable
134 auto itor = cpuInfoTest.test(); variable
177 auto itor = cpuInfoTest.test(); variable
209 auto itor = cpuInfoTest.test(); variable
255 auto itor = cpuInfoTest.test(); variable
285 auto itor = cpuInfoTest.test(); variable
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp51 auto itor = stackMapReader.frame_map_id(&parseError); in ParseStackMap() local
58 auto itor = stackMapReader.ip(&parseError); in ParseStackMap() local
166 for (auto itor = batchNativeHookDataReader.events(); itor; itor++) { in Parse() local
Dhtrace_cpu_data_parser.cpp57 for (auto itor = cpuData_.begin(); itor != cpuData_.end(); itor++) { in Finish() local
Dhtrace_disk_io_parser.cpp61 for (auto itor = diskIOData_.begin(); itor != diskIOData_.end(); itor++) { in Finish() local
Dhtrace_process_parser.cpp76 for (auto itor = liveProcessData_.begin(); itor != liveProcessData_.end(); itor++) { in Finish() local
Dhtrace_network_parser.cpp59 for (auto itor = networkData_.begin(); itor != networkData_.end(); itor++) { in Finish() local
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp36 auto itor = ebpfToTSClockType_.find(clockId); in InitEbpfDataParser() local
117 auto itor = filePathIndexToPidAndIpMap_.find(filePathIndex); in UpdateFilePathIndexToPidAndIpMap() local
156 auto itor = reader_->GetElfPathIndexToElfAddr().find(ebpfSymbolInfo.filePathIndex); in GetSymbolSave() local
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.cpp119 for (auto itor = internalTables_.begin(); itor != internalTables_.end(); itor++) { in CreatEmptyBatchDB() local
145 for (auto itor = internalTables_.begin(); itor != internalTables_.end(); itor++) { in BatchExportDatabase() local
180 for (auto itor = internalTables_.begin(); itor != internalTables_.end(); itor++) { in RevertTableName() local
212 for (auto itor = internalTables_.begin(); itor != internalTables_.end(); itor++) { in ExportDatabase() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
Dcommon_stdtype.cpp84 auto itor = dataDictInnerMap_.find(str); in GetStringIndex() local
97 auto itor = dataDictInnerMap_.find(str); in GetStringIndexNoWrite() local
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Drawtrace_parser.cpp50 auto itor = uniqueCpuIdSet.find(schedSlice.CpusData()[i]); in UpdateTraceMinRange() local
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.cpp46 for (auto itor = rowIndex_.begin(); itor != rowIndex_.end(); itor++) { in Print() local
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp158 auto itor = DATA_AREA_TYPE_TO_PARSE_FUNC_MAP.find(static_cast<ProtoWireType>(dataAreaType)); in ParseOneDataArea() local
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader.h118 auto itor = fixedTypeToSizeMap_.find(wireType); in PackedRepeatedDataAreaIterator() local
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp429 for (auto itor = seqToFilePathMap.begin(); itor != seqToFilePathMap.end(); itor++) { in GetLongTraceFilePaths() local
491 for (auto itor = seqToFilePathMap.begin(); itor != seqToFilePathMap.end(); itor++) { in ParseLongTrace() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
Dsched_stdtype.cpp63 for (auto itor = timeStampsToIdMap.begin(); itor != timeStampsToIdMap.end(); itor++) { in SortAllRowByTs() local
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp753 for (auto itor = eventList_.begin(); itor != endOfList; itor++) { in FilterAllEventsTemp() local
771 for (auto itor = eventList_.begin(); itor != endOfList; itor++) { in FilterAllEvents() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp97 for (auto itor = demoInternalTables_.begin(); itor != demoInternalTables_.end(); itor++) { in DemoExportDatabase() local
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.cpp388 auto itor = metricsMap.find(metrics); in MetricsSqlQuery() local
/developtools/smartperf_host/trace_streamer/src/rpc/
Dwasm_func.cpp191 std::map<int32_t, std::string>::iterator itor = g_wasmTraceStreamer.g_thirdPartyConfig.begin(); in TraceStreamer_Plugin_Out_Filter() local

12