Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport_json_file.cpp43 auto symbolIt = symbols.begin(); in ProcessSymbolsFiles() local
44 while (symbolIt != symbols.end()) { in ProcessSymbolsFiles()
45 addNewFunction(libId, symbolIt->Name()); in ProcessSymbolsFiles()
46 symbolIt++; in ProcessSymbolsFiles()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp504 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathIndexs() local
505 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathIndexs()
506 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()
590 auto symbolIt = symbolIdToSymbolName_.find(symbolNames_[i]); in UpdateSymbolId() local
591 if (symbolIt != symbolIdToSymbolName_.end()) { in UpdateSymbolId()
592 symbolNames_[i] = symbolIt->second; in UpdateSymbolId()
602 auto symbolIt = filePathIdToFilePathName.find(filePaths_[i]); in UpdateFileId() local
603 if (symbolIt != filePathIdToFilePathName.end()) { in UpdateFileId()
604 filePaths_[i] = symbolIt->second; in UpdateFileId()