Home | History | Annotate | Download | only in simpleperf

Lines Matching defs:tids

526       std::set<pid_t> tids;
527 if (!GetValidThreadsFromThreadString(args[i], &tids)) {
530 event_selection_set_.AddMonitoredThreads(tids);
709 std::vector<pid_t> tids = GetThreadsInProcess(pid);
710 dump_threads.insert(tids.begin(), tids.end());