Searched defs:ETMBranchList (Results 1 – 1 of 1) sorted by relevance
55 struct ETMBranchList { struct57 Dso* dso = nullptr;59 uint64_t addr = 0;83 using BranchListCallbackFn = std::function<void(const ETMBranchList&)>; argument