Searched refs:all_threads (Results 1 – 3 of 3) sorted by relevance
18 const char *tid, bool all_threads);
270 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads) in thread_map__new_str() argument275 if (all_threads) in thread_map__new_str()
990 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local1012 threads = thread_map__new_str(target->pid, target->tid, all_threads); in evlist__create_maps()
Completed in 8 milliseconds