Searched defs:UnwindState (Results 1 – 1 of 1) sorted by relevance
227 struct UnwindState { struct229 const ProfiledBinary *Binary;231 struct ProfiledFrame {268 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState() argument274 bool validateInitialState() { in validateInitialState()292 void checkStateConsistency() { in checkStateConsistency()297 void setInvalid() { Invalid = true; } in setInvalid()298 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()299 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()300 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()[all …]