Searched refs:GetStackTop (Results 1 – 4 of 4) sorted by relevance
38 …std::stack<std::string> GetStackTop(const std::vector<std::string>& validStack, const size_t num) …
108 outStack = GetStackTop(validStack, count); in GetValidStack()112 stack<string> LogParse::GetStackTop(const vector<string>& validStack, const size_t num) const in GetStackTop() function in OHOS::HiviewDFX::LogParse
147 … std::stack<std::string> stackTop = logparse.GetStackTop(trace, 3); // 3 : first/second/last frame in FilterTrace()
186 static string GetStackTop(void) in GetStackTop() function236 string sp = GetStackTop(); in CheckCountNumStackTop()