Searched refs:thread_map__new_by_tid (Results 1 – 8 of 8) sorted by relevance
25 struct thread_map *thread_map__new_by_tid(pid_t tid);
83 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function200 return thread_map__new_by_tid(tid); in thread_map__new()
2242 struct thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
1760 empty_thread_map = thread_map__new_by_tid(-1); in perf_evsel__open()
67 threads = thread_map__new_by_tid(-1); in test__task_exit()
60 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
595 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
626 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()