Home
last modified time | relevance | path

Searched refs:symbolsPaths (Results 1 - 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_streamer/
H A Dtrace_streamer_selector.h43 bool ReloadSymbolFiles(std::string &directory, std::vector<std::string> &symbolsPaths);
H A Dtrace_streamer_selector.cpp411 bool TraceStreamerSelector::ReloadSymbolFiles(std::string &directory, std::vector<std::string> &symbolsPaths) in ReloadSymbolFiles() argument
414 for (auto file : symbolsPaths) { in ReloadSymbolFiles()
417 return pbreaderParser_->ReparseSymbolFilesAndResymbolization(directory, symbolsPaths); in ReloadSymbolFiles()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_runtime.cpp492 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() argument
496 bool accessable = symbolsFile->setSymbolsFilePath(symbolsPaths); in SetSymbolsPaths()
498 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
500 if (!symbolsPaths.empty()) { in SetSymbolsPaths()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h57 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
/developtools/hiperf/include/
H A Dvirtual_runtime.h85 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H A Dpbreader_parser.h107 bool ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &symbolsPaths);
H A Dpbreader_parser.cpp201 std::vector<std::string> &symbolsPaths) in ReparseSymbolFilesAndResymbolization()
205 ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
200 ReparseSymbolFilesAndResymbolization(std::string &symbolsPath, std::vector<std::string> &symbolsPaths) ReparseSymbolFilesAndResymbolization() argument
/developtools/hiperf/src/
H A Dvirtual_runtime.cpp1135 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() argument
1140 bool accessible = symbolsFile->setSymbolsFilePath(symbolsPaths); in SetSymbolsPaths()
1142 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
1144 if (!symbolsPaths.empty()) { in SetSymbolsPaths()
1169 HLOGV("try again with symbolsPaths setup"); in UpdateFromPerfData()

Completed in 11 milliseconds