Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dthread_map.h15 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
Dthread_map.c146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
Dpython.c435 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
/linux-3.4.99/tools/perf/
Dbuiltin-test.c282 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event()
348 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus()
496 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()