Searched refs:thread_map__new_by_tid (Results 1 – 16 of 16) sorted by relevance
13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function156 return thread_map__new_by_tid(tid); in thread_map__new()
190 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event()
148 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
2100 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()2760 struct perf_thread_map *threads = thread_map__new_by_tid(-1); in evsel__open_per_cpu()
65 threads = thread_map__new_by_tid(getpid()); in attach__current_disabled()91 threads = thread_map__new_by_tid(getpid()); in attach__current_enabled()
23 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event()
31 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event_on_all_cpus()
66 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
73 threads = thread_map__new_by_tid(-1); in test__task_exit()
81 threads = thread_map__new_by_tid(getpid()); in test__keep_tracking()
93 threads = thread_map__new_by_tid(getpid()); in test__perf_time_to_tsc()
52 threads = thread_map__new_by_tid(getpid()); in test__basic_mmap()
354 threads = thread_map__new_by_tid(getpid()); in test__switch_tracking()
690 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
1840 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()
Completed in 35 milliseconds