Home
last modified time | relevance | path

Searched refs:ElfSymbolTable (Results 1 - 9 of 9) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Delf_symbol_info.h28 struct ElfSymbolTable { struct in OHOS::Developtools::Hiebpf::ElfSymbolInfo
50 bool GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable);
51 uint32_t GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf);
/developtools/profiler/hiebpf/test/unittest/
H A Delf_symbol_info_test.cpp46 ElfSymbolInfo::ElfSymbolTable elfSymbolTable; in HWTEST_F()
61 ElfSymbolInfo::ElfSymbolTable elfSymbolTable; in HWTEST_F()
84 ElfSymbolInfo::ElfSymbolTable elfSymbolTable; in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h96 struct ElfSymbolTable { struct in StackPreprocess
141 void SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, T& batchNativeHookData);
147 void GetSymbols(const std::string& filePath, ElfSymbolTable& symbols);
/developtools/profiler/hiebpf/src/
H A Delf_symbol_info.cpp25 bool ElfSymbolInfo::GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable) in GetSymbolTable()
88 uint32_t ElfSymbolInfo::GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf) in GetBinary()
H A Dbpf_event_receiver.cpp222 ElfSymbolInfo::ElfSymbolTable symbolInfo; in WriteSymbolInfo()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_db.h30 struct ElfSymbolTable { struct
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
H A Doffline_symbolization_filter.h80 std::unordered_map<uint32_t, std::shared_ptr<ElfSymbolTable>> filePathIdToImportSymbolTableMap_ = {};
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A Debpf_base.h62 std::map<DataIndex, std::shared_ptr<ElfSymbolTable>> filePathIndexToImportSymbolTableMap_ = {};
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp1175 ElfSymbolTable symbolInfo; in SetMapsInfo()
1207 void StackPreprocess::SetSymbolInfo(uint32_t filePathId, ElfSymbolTable& symbolInfo, T& batchNativeHookData) in SetSymbolInfo()
1314 void StackPreprocess::GetSymbols(const std::string& filePath, ElfSymbolTable& symbols) in GetSymbols()

Completed in 7 milliseconds