Home
last modified time | relevance | path

Searched defs:all_threads (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
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()
H A Devlist.c999 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local
/linux/drivers/android/binder/
H A Dprocess.rs578 let mut all_threads = KVec::new(); in debug_print() localVariable