Searched refs:thread_map__new_by_tid (Results 1 – 17 of 17) sorted by relevance
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()
32 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event_on_all_cpus()
67 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()
356 threads = thread_map__new_by_tid(getpid()); in test__switch_tracking()
746 threads = thread_map__new_by_tid(pid); in do_test_code_reading() 748 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
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()
191 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event()
143 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
503 threads = thread_map__new_by_tid(-1); in bperf_reload_leader_program()
2306 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open() 2990 struct perf_thread_map *threads = thread_map__new_by_tid(-1);
1876 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()