Searched defs:SampleStackItem (Results 1 – 1 of 1) sorted by relevance
29 struct SampleStackItem { struct34 std::shared_ptr<SampleStackItem> child; argument35 std::shared_ptr<SampleStackItem> siblings; argument37 SampleStackItem() : pc(0), in SampleStackItem() argument