Searched defs:thread_map (Results 1 – 3 of 3) sorted by relevance
145 std::map<uint64_t, std::string>& thread_map, in ProcessTraceEntries()226 std::map<uint64_t, std::string> thread_map; in Java_Main_dumpTrace() local
185 const std::unordered_map<pid_t, ThreadInfo>& thread_map, in CounterSummaryBuilder()
173 std::unordered_map<pid_t, std::unique_ptr<SampleRecord>> thread_map; member