Searched refs:SetSymbolsPaths (Results 1 – 10 of 10) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | virtual_runtime_test.cpp | 73 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1) 76 runtime_->SetSymbolsPaths(symbolsSearchPaths); 81 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true); 88 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true); 97 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
|
/developtools/hiperf/test/unittest/common/native/ |
D | virtual_runtime_test.cpp | 166 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1) 169 runtime_->SetSymbolsPaths(symbolsSearchPaths); 174 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true); 181 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true); 190 EXPECT_EQ(runtime_->SetSymbolsPaths(symbolsSearchPaths), true);
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | virtual_runtime.h | 57 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
|
/developtools/hiperf/include/ |
D | virtual_runtime.h | 85 bool SetSymbolsPaths(const std::vector<std::string> &symbolsPaths);
|
/developtools/hiperf/src/ |
D | subcommand_report.cpp | 283 GetReport().virtualRuntime_.SetSymbolsPaths(symbolsPaths_); in ProcessSymbolsData()
|
D | subcommand_dump.cpp | 171 if (!vr_.SetSymbolsPaths(dumpSymbolsPaths_)) { in OnSubCommand()
|
D | subcommand_record.cpp | 868 if (!virtualRuntime_.SetSymbolsPaths(symbolDir_)) { in PrepareVirtualRuntime()
|
D | virtual_runtime.cpp | 1027 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() function in OHOS::Developtools::HiPerf::VirtualRuntime
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | virtual_runtime.cpp | 446 bool VirtualRuntime::SetSymbolsPaths(const std::vector<std::string> &symbolsPaths) in SetSymbolsPaths() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
|
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
D | perf_data_parser.cpp | 418 report_->virtualRuntime_.SetSymbolsPaths(symbolsPaths); in PerfReloadSymbolFiles()
|