Home
last modified time | relevance | path

Searched refs:GetSymbolInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_converter.h40 std::pair<std::string, std::vector<std::string>> GetSymbolInfo(uint64_t pid, uint64_t ip);
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp193 auto itm = GetSymbolInfo(efs.pid, ip); in EventFsParsing()
322 auto itm = GetSymbolInfo(mem.pid, ip); in EventMemParsing()
387 auto itm = GetSymbolInfo(bio.pid, ip); in EventBIOParsing()
396 std::pair<std::string, std::vector<std::string>> EbpfConverter::GetSymbolInfo(uint64_t pid, uint64_… in GetSymbolInfo() function in OHOS::EBPF_TOOLS::EbpfConverter