Searched refs:FrameStack (Results 1 – 2 of 2) sorted by relevance
93 std::shared_ptr<StringBasedCtxKey> FrameStack::getContextKey() { in getContextKey()169 FrameStack Stack(Binary); in collectSamplesFromFrameTrie()170 collectSamplesFromFrameTrie<FrameStack>(Cur, Stack); in collectSamplesFromFrameTrie()
383 struct FrameStack { struct386 FrameStack(const ProfiledBinary *B) : Binary(B) {} in FrameStack() function