Searched refs:thread_info_ (Results 1 – 1 of 1) sorted by relevance
462 std::unordered_map<pid_t, ThreadInfo> thread_info_; member in simpleperf::__anon32f9a1060211::StatCommand765 thread_info_[tid] = std::move(info); in MonitorEachThread()774 thread_info_[tid] = std::move(info); in MonitorEachThread()834 CounterSummaryBuilder builder(report_per_thread_, report_per_core_, csv_, thread_info_, in ShowCounters()