Searched refs:symbolsPath (Results 1 – 5 of 5) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | rpc_server.cpp | 687 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()
|
D | rpc_server.h | 86 bool ClearPathFile(string &symbolsPath, int32_t finish, ParseELFFileCallBack &parseELFFile);
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/ |
D | pbreader_parser.h | 94 …bool ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &symb…
|
D | pbreader_parser.cpp | 196 bool PbreaderParser::ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, in ReparseSymbolFilesAndResymbolization() argument 209 ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
|
/developtools/smartperf_host/trace_streamer/src/ |
D | main.cpp | 690 std::string symbolsPath = "default"; in EnterInteractiveState() local 691 ts.ReloadSymbolFiles(symbolsPath, values); in EnterInteractiveState()
|