Searched refs:threads_id (Results 1 – 1 of 1) sorted by relevance
236 …nType scanType, task_t task, nub_process_t pid, std::vector<uint64_t> &threads_id, std::vector<std… in get_threads_profile_data() argument261 threads_id.push_back(tid); in get_threads_profile_data()351 std::vector<uint64_t> threads_id; in GetProfileData() local357 …get_threads_profile_data(scanType, task, m_process->ProcessID(), threads_id, threads_name, threads… in GetProfileData()389 int num_threads = threads_id.size(); in GetProfileData()392 … profile_data_stream << "thread_used_id:" << std::hex << threads_id[i] << std::dec << ';'; in GetProfileData()