Searched defs:PerfBranchEntry (Results 1 – 1 of 1) sorted by relevance
157 struct PerfBranchEntry { struct158 u64 from = 0;159 u64 to = 0;183 struct PerfBranchEntry *lbr = nullptr; /* if PERF_SAMPLE_BRANCH_STACK */ argument