Searched refs:GetMonitoredThreads (Results 1 – 2 of 2) sorted by relevance
102 const std::set<pid_t>& GetMonitoredThreads() const { return threads_; } in GetMonitoredThreads() function
707 std::set<pid_t> dump_threads = event_selection_set_.GetMonitoredThreads(); in DumpThreadCommAndMmaps()