Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dbpf_controller.h101 uint64_t GetSymOffset(const std::string &path, const std::string &symbol);
/developtools/profiler/hiebpf/src/
Dbpf_controller.cpp384 uint64_t BPFController::GetSymOffset(const std::string &path, const std::string &symbol) in GetSymOffset() function in BPFController
426 uint64_t symOffset = GetSymOffset(THIRD_PARTY_MUSL_ADDR, "dlopen"); in ConfigDlopenBPFProg()