Searched refs:all_threads (Results 1 – 4 of 4) sorted by relevance
18 const char *tid, bool all_threads);
264 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads) in thread_map__new_str() argument269 if (all_threads) in thread_map__new_str()
1049 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local1071 threads = thread_map__new_str(target->pid, target->tid, all_threads); in evlist__create_maps()
584 let mut all_threads = KVec::new(); in debug_print() localVariable591 if all_threads.capacity() < num_threads || all_nodes.capacity() < num_nodes { in debug_print()593 all_threads.reserve(num_threads, GFP_KERNEL)?; in debug_print()599 assert!(all_threads.len() < all_threads.capacity()); in debug_print()600 let _ = all_threads.push(thread.clone(), GFP_ATOMIC); in debug_print()611 for thread in all_threads { in debug_print()