Home
last modified time | relevance | path

Searched refs:symbolsFileSearchPaths_ (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp174 std::string findPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadSymbols()
198 std::string elfPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadDebugInfo()
561 symbolFilePath.c_str(), symbolsFileSearchPaths_.size(), onRecording_); in LoadSymbols()
875 symbolsFileSearchPaths_.clear(); in setSymbolsFilePath()
878 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()
882 return (symbolsFileSearchPaths_.size() > 0); in setSymbolsFilePath()
/developtools/hiperf/src/
Dsymbols_file.cpp173 std::string findPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadSymbols()
216 std::string elfPath = FindSymbolFile(symbolsFileSearchPaths_, symbolFilePath); in LoadDebugInfo()
654 symbolFilePath.c_str(), symbolsFileSearchPaths_.size(), onRecording_); in LoadSymbols()
1065 symbolsFileSearchPaths_.clear(); in setSymbolsFilePath()
1068 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()
1072 return (symbolsFileSearchPaths_.size() > 0); in setSymbolsFilePath()
/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h181 std::vector<std::string> symbolsFileSearchPaths_; variable
/developtools/hiperf/include/
Dsymbols_file.h204 std::vector<std::string> symbolsFileSearchPaths_; variable