Lines Matching defs:threads
36 struct perf_thread_map *threads; in thread_map__new_by_pid() local
64 struct perf_thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() local
81 struct perf_thread_map *threads = thread_map__alloc(max_threads); in __thread_map__new_all_cpus() local
184 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
246 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
308 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp) in thread_map__fprintf()
364 void thread_map__read_comms(struct perf_thread_map *threads) in thread_map__read_comms()
372 static void thread_map__copy_event(struct perf_thread_map *threads, in thread_map__copy_event()
389 struct perf_thread_map *threads; in thread_map__new_event() local
398 bool thread_map__has(struct perf_thread_map *threads, pid_t pid) in thread_map__has()
410 int thread_map__remove(struct perf_thread_map *threads, int idx) in thread_map__remove()