Home
last modified time | relevance | path

Searched refs:symbolsPath (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/rpc/
Drpc_server.cpp687 bool RpcServer::ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFi… in ClearPathFile() argument
690 if (!ts_->ReloadSymbolFiles(symbolsPath, symbolsPathFiles_)) { in ClearPathFile()
701 std::filesystem::remove_all(symbolsPath); in ClearPathFile()
716 std::string symbolsPath = fileName.substr(0, fileName.find("/")); in DownloadELFCallback() local
717 TS_LOGI("symbolsPath = %s", symbolsPath.c_str()); in DownloadELFCallback()
738 TS_LOGI("symbolsPath = %s, fileName = %s", symbolsPath.c_str(), fileName.c_str()); in DownloadELFCallback()
743 if (!ClearPathFile(symbolsPath, finish, parseELFFile)) { in DownloadELFCallback()
Drpc_server.h86 bool ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFile);
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.h94 …bool ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &symb…
Dpbreader_parser.cpp196 bool PbreaderParser::ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, in ReparseSymbolFilesAndResymbolization() argument
209 ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp690 std::string symbolsPath = "default"; in EnterInteractiveState() local
691 ts.ReloadSymbolFiles(symbolsPath, values); in EnterInteractiveState()