Searched refs:thread_info_ (Results 1 – 1 of 1) sorted by relevance
467 std::unordered_map<pid_t, ThreadInfo> thread_info_; member in simpleperf::__anon5e11e9640211::StatCommand844 thread_info_[tid] = std::move(info); in MonitorEachThread()853 thread_info_[tid] = std::move(info); in MonitorEachThread()913 CounterSummaryBuilder builder(report_per_thread_, report_per_core_, csv_, thread_info_, in ShowCounters()