Home
last modified time | relevance | path

Searched refs:all_threads (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dthread_map.h18 const char *tid, bool all_threads);
H A Dthread_map.c264 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads) in thread_map__new_str() argument
269 if (all_threads) in thread_map__new_str()
H A Devlist.c1049 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local
1071 threads = thread_map__new_str(target->pid, target->tid, all_threads); in evlist__create_maps()
/linux/drivers/android/binder/
H A Dprocess.rs584 let mut all_threads = KVec::new(); in debug_print() localVariable
591 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()