Home
last modified time | relevance | path

Searched refs:symbolsPaths_ (Results 1 - 6 of 6) sorted by relevance

/developtools/hiperf/include/
H A Dsubcommand_report.h141 std::vector<std::string> symbolsPaths_; member in OHOS::Developtools::HiPerf::SubCommandReport
H A Dvirtual_runtime.h225 std::vector<std::string> symbolsPaths_; member in OHOS::Developtools::HiPerf::VirtualRuntime
/developtools/hiperf/src/
H A Dvirtual_runtime.cpp309 if (symbolsPaths_.size() > 0) { in UpdateKernelModulesSymbols()
310 kernelModuleFile->setSymbolsFilePath(symbolsPaths_); // also load from search path in UpdateKernelModulesSymbols()
323 if (symbolsPaths_.size() > 0) { in UpdateKernelSymbols()
324 kernelFile->setSymbolsFilePath(symbolsPaths_); // also load from search path in UpdateKernelSymbols()
901 if (symbolsPaths_.size() > 0) { in UpdateSymbols()
903 symbolsFile->setSymbolsFilePath(symbolsPaths_); in UpdateSymbols()
1142 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
1168 if (symbolsPaths_.size() > 0) { in UpdateFromPerfData()
1170 symbolsFile->setSymbolsFilePath(symbolsPaths_); // also load from search path in UpdateFromPerfData()
H A Dsubcommand_report.cpp56 if (!Option::GetOptionValue(args, "--symbol-dir", symbolsPaths_)) { in ParseOption()
284 GetReport().virtualRuntime_.SetSymbolsPaths(symbolsPaths_); in ProcessSymbolsData()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_runtime.cpp297 if (symbolsPaths_.size() > 0) { in UpdateSymbols()
298 symbolsFile->setSymbolsFilePath(symbolsPaths_); // also load from search path in UpdateSymbols()
498 symbolsPaths_ = symbolsPaths; in SetSymbolsPaths()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h197 std::vector<std::string> symbolsPaths_; member in OHOS::Developtools::NativeDaemon::VirtualRuntime

Completed in 6 milliseconds