Searched refs:thread_map__new (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/tools/perf/util/ |
D | thread_map.h | 15 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
|
D | thread_map.c | 146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
|
D | python.c | 435 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
|
/linux-3.4.99/tools/perf/ |
D | builtin-test.c | 282 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()
|