Searched refs:thread_map__new_by_tid (Results 1 – 5 of 5) sorted by relevance
14 struct thread_map *thread_map__new_by_tid(pid_t tid);
50 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function154 return thread_map__new_by_tid(tid); in thread_map__new()
62 evlist->threads = thread_map__new_by_tid(-1); in test__task_exit()
54 evlist->threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
444 threads = thread_map__new_by_tid(pid); in do_test_code_reading()