Searched refs:thread_map__new (Results 1 – 6 of 6) sorted by relevance
13 struct thread_map *thread_map__new(pid_t pid, pid_t tid);
54 struct thread_map *thread_map__new(pid_t pid, pid_t tid) in thread_map__new() function
409 evlist->threads = thread_map__new(target_pid, target_tid); in perf_evlist__create_maps()
326 pthreads->threads = thread_map__new(pid, tid); in pyrf_thread_map__init()
278 threads = thread_map__new(-1, getpid()); in test__open_syscall_event()344 threads = thread_map__new(-1, getpid()); in test__open_syscall_event_on_all_cpus()496 threads = thread_map__new(-1, getpid()); in test__basic_mmap()
1193 evsel_list->threads = thread_map__new(target_pid, target_tid); in cmd_stat()