Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H A Dnative_memory_stdtype.cpp64 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathAndSymbolIndexs() local
65 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathAndSymbolIndexs()
66 std::tie(lastCallerPathIndexs_[i], lastSymbolIndexs_[i]) = symbolIt->second; in UpdateLastCallerPathAndSymbolIndexs()
204 auto symbolIt = symbolIdToSymbolName_.find(symbolNames_[i]); in UpdateSymbolId() local
205 if (symbolIt != symbolIdToSymbolName_.end()) { in UpdateSymbolId()
206 symbolNames_[i] = symbolIt->second; in UpdateSymbolId()
222 auto symbolIt = filePathIdToFilePathName.find(filePaths_[i]); in UpdateFileId() local
223 if (symbolIt != filePathIdToFilePathName.end()) { in UpdateFileId()
224 filePaths_[i] = symbolIt->second; in UpdateFileId()
/developtools/hiperf/src/
H A Dreport_json_file.cpp67 auto symbolIt = symbols.begin(); in ProcessSymbolsFiles() local
68 while (symbolIt != symbols.end()) { in ProcessSymbolsFiles()
69 AddNewFunction(libId, std::string(symbolIt->GetName())); in ProcessSymbolsFiles()
70 symbolIt++; in ProcessSymbolsFiles()

Completed in 3 milliseconds