Home
last modified time | relevance | path

Searched refs:thread_map__new (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/util/
Dthread_map.h13 struct thread_map *thread_map__new(pid_t pid, pid_t tid);
Dthread_map.c54 struct thread_map *thread_map__new(pid_t pid, pid_t tid) in thread_map__new() function
Devlist.c409 evlist->threads = thread_map__new(target_pid, target_tid); in perf_evlist__create_maps()
Dpython.c326 pthreads->threads = thread_map__new(pid, tid); in pyrf_thread_map__init()
/external/linux-tools-perf/
Dbuiltin-test.c278 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()
Dbuiltin-stat.c1193 evsel_list->threads = thread_map__new(target_pid, target_tid); in cmd_stat()