Searched refs:all_threads (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread_map.h | 22 const char *tid, uid_t uid, bool all_threads);
|
H A D | thread_map.c | 293 uid_t uid, bool all_threads) in thread_map__new_str() 301 if (all_threads) in thread_map__new_str() 292 thread_map__new_str(const char *pid, const char *tid, uid_t uid, bool all_threads) thread_map__new_str() argument
|
H A D | evlist.c | 917 bool all_threads = (target->per_thread && target->system_wide); in perf_evlist__create_maps() local 940 all_threads); in perf_evlist__create_maps()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread_map.h | 20 const char *tid, uid_t uid, bool all_threads);
|
H A D | thread_map.c | 294 uid_t uid, bool all_threads) in thread_map__new_str() 302 if (all_threads) in thread_map__new_str() 293 thread_map__new_str(const char *pid, const char *tid, uid_t uid, bool all_threads) thread_map__new_str() argument
|
H A D | evlist.c | 1037 bool all_threads = (target->per_thread && target->system_wide); in evlist__create_maps() local 1060 all_threads); in evlist__create_maps()
|
Completed in 9 milliseconds