Home
last modified time | relevance | path

Searched defs:ETMBranchList (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
DETMDecoder.h55 struct ETMBranchList { struct
57 Dso* dso = nullptr;
59 uint64_t addr = 0;
83 using BranchListCallbackFn = std::function<void(const ETMBranchList&)>; argument