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.c270 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads) in thread_map__new_str() argument
275 if (all_threads) in thread_map__new_str()
H A Devlist.c999 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local
1021 threads = thread_map__new_str(target->pid, target->tid, all_threads); in evlist__create_maps()
/linux/drivers/android/binder/
H A Dprocess.rs578 let mut all_threads = KVec::new(); in debug_print() localVariable
585 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()