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.cpp619 bool RpcServer::ClearPathFile(string& symbolsPath, int32_t finish, ParseELFFileCallBack& parseELFFi… in ClearPathFile() argument
622 if (!ts_->ReloadSymbolFiles(symbolsPath, symbolsPathFiles_)) { in ClearPathFile()
633 std::filesystem::remove_all(symbolsPath); in ClearPathFile()
648 std::string symbolsPath = fileName.substr(0, fileName.find("/")); in DownloadELFCallback() local
649 TS_LOGI("symbolsPath = %s", symbolsPath.c_str()); in DownloadELFCallback()
670 TS_LOGI("symbolsPath = %s, fileName = %s", symbolsPath.c_str(), fileName.c_str()); in DownloadELFCallback()
675 if (!ClearPathFile(symbolsPath, finish, parseELFFile)) { in DownloadELFCallback()
Drpc_server.h78 bool ClearPathFile(string& symbolsPath, int32_t finish, ParseELFFileCallBack& parseELFFile);
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h61 …bool ReparseSymbolFilesAndResymbolization(std::string& symbolsPath, std::vector<std::string>& symb…
Dhtrace_parser.cpp114 bool HtraceParser::ReparseSymbolFilesAndResymbolization(std::string& symbolsPath, in ReparseSymbolFilesAndResymbolization() argument
118 dir.emplace_back(symbolsPath); in ReparseSymbolFilesAndResymbolization()
121 ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp547 std::string symbolsPath = "default"; in EnterInteractiveState() local
548 ts.ReloadSymbolFiles(symbolsPath, values); in EnterInteractiveState()