Home
last modified time | relevance | path

Searched defs:LoadSymbols (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dsymbols_file.cpp170 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::ElfFileSymbols
650 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::KernelSymbols
754 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::KernelThreadSymbols
792 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::KernelModuleSymbols
846 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::JavaFileSymbols
868 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::JSFileSymbols
882 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::HiPerf::UnknowFileSymbols
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp171 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::ElfFileSymbols
557 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::KernelSymbols
610 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::KernelModuleSymbols
664 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::JavaFileSymbols
686 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::JSFileSymbols
700 bool LoadSymbols(std::shared_ptr<DfxMap> map, const std::string &symbolFilePath) override in LoadSymbols() function in OHOS::Developtools::NativeDaemon::UnknowFileSymbols
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp41 std::unique_ptr<SymbolsFile> LoadSymbols(SymbolsFileType symbolsFileType) in LoadSymbols() function in OHOS::Developtools::HiPerf::SymbolsFileTest
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp72 std::unique_ptr<SymbolsFile> LoadSymbols(SymbolsFileType symbolsFileType) in LoadSymbols() function in OHOS::Developtools::NativeDaemon::SymbolsFileTest