thread_map__new_str
threads = thread_map__new_str(str, /*tid=*/NULL, /*all_threads=*/false);
threads = thread_map__new_str(target->pid, target->tid, all_threads);
struct perf_thread_map *thread_map__new_str(const char *pid,