Home
last modified time | relevance | path

Searched refs:new_thread_id_to_used_usec_map (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4955 std::map<uint64_t, uint32_t> new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData() local
5014 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec; in HarmonizeThreadIdsForProfileData()
5024 m_thread_id_to_used_usec_map = new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData()