Searched refs:all_threads (Results 1 – 4 of 4) 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()
999 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local1021 threads = thread_map__new_str(target->pid, target->tid, all_threads); in evlist__create_maps()
578 let mut all_threads = KVec::new(); in debug_print() localVariable585 if all_threads.capacity() < num_threads || all_nodes.capacity() < num_nodes { in debug_print()587 all_threads.reserve(num_threads, GFP_KERNEL)?; in debug_print()593 assert!(all_threads.len() < all_threads.capacity()); in debug_print()594 let _ = all_threads.push(thread.clone(), GFP_ATOMIC); in debug_print()605 for thread in all_threads { in debug_print()