Searched refs:symbolsPath (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | rpc_server.cpp | 619 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()
|
| D | rpc_server.h | 78 bool ClearPathFile(string& symbolsPath, int32_t finish, ParseELFFileCallBack& parseELFFile);
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_parser.h | 61 …bool ReparseSymbolFilesAndResymbolization(std::string& symbolsPath, std::vector<std::string>& symb…
|
| D | htrace_parser.cpp | 114 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/ |
| D | main.cpp | 547 std::string symbolsPath = "default"; in EnterInteractiveState() local 548 ts.ReloadSymbolFiles(symbolsPath, values); in EnterInteractiveState()
|