Home
last modified time | relevance | path

Searched refs:symbolsPaths (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.h36 bool ReloadSymbolFiles(std::string& symbolsPath, std::vector<std::string>& symbolsPaths);
Dtrace_streamer_selector.cpp241 …StreamerSelector::ReloadSymbolFiles(std::string& directory, std::vector<std::string>& symbolsPaths) in ReloadSymbolFiles() argument
247 for (auto file : symbolsPaths) { in ReloadSymbolFiles()
250 return htraceParser_->ReparseSymbolFilesAndResymbolization(directory, symbolsPaths); in ReloadSymbolFiles()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.h36 bool ReloadSymbolFiles(std::string& symbolsPath, std::vector<std::string>& symbolsPaths);
Dtrace_streamer_selector.cpp236 …StreamerSelector::ReloadSymbolFiles(std::string& directory, std::vector<std::string>& symbolsPaths) in ReloadSymbolFiles() argument
242 for (auto file : symbolsPaths) { in ReloadSymbolFiles()
245 return htraceParser_->ReparseSymbolFilesAndResymbolization(directory, symbolsPaths); in ReloadSymbolFiles()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp425 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() argument
429 bool accessable = symbolsFile->setSymbolsFilePath(symbolsPaths); in SetSymbolsPaths()
431 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
433 if (!symbolsPaths.empty()) { in SetSymbolsPaths()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h45 bool PerfReloadSymbolFiles(std::vector<std::string>& symbolsPaths);
Dperf_data_parser.cpp49 bool PerfDataParser::PerfReloadSymbolFiles(std::vector<std::string>& symbolsPaths) in PerfReloadSymbolFiles() argument
57 report_->virtualRuntime_.SetSymbolsPaths(symbolsPaths); in PerfReloadSymbolFiles()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.h42 bool PerfReloadSymbolFiles(std::vector<std::string>& symbolsPaths);
Dperf_data_parser.cpp49 bool PerfDataParser::PerfReloadSymbolFiles(std::vector<std::string>& symbolsPaths) in PerfReloadSymbolFiles() argument
57 report_->virtualRuntime_.SetSymbolsPaths(symbolsPaths); in PerfReloadSymbolFiles()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h62 …rseSymbolFilesAndResymbolization(std::string& symbolsPath, std::vector<std::string>& symbolsPaths);
Dhtrace_parser.cpp142 std::vector<std::string>& symbolsPaths) in ReparseSymbolFilesAndResymbolization() argument
148 auto parseFileSOStatus = ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h66 …rseSymbolFilesAndResymbolization(std::string& symbolsPath, std::vector<std::string>& symbolsPaths);
Dhtrace_parser.cpp145 std::vector<std::string>& symbolsPaths) in ReparseSymbolFilesAndResymbolization() argument
153 auto parseFileSOStatus = ParserFileSO(symbolsPath, symbolsPaths); in ReparseSymbolFilesAndResymbolization()
/developtools/hiperf/src/
Dvirtual_runtime.cpp637 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() argument
641 bool accessible = symbolsFile->setSymbolsFilePath(symbolsPaths); in SetSymbolsPaths()
643 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
645 if (!symbolsPaths.empty()) { in SetSymbolsPaths()
/developtools/hiperf/include/
Dvirtual_runtime.h69 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h54 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);