Searched refs:GetAllThreads (Results 1 – 3 of 3) sorted by relevance
128 std::vector<const ThreadEntry*> GetAllThreads() const;
335 std::vector<const ThreadEntry*> ThreadTree::GetAllThreads() const { in GetAllThreads() function in simpleperf::ThreadTree
649 std::vector<const ThreadEntry*> threads = thread_tree_.GetAllThreads(); in PrintThreadInfoInProtobuf()