Searched refs:thread_map__new (Results 1 – 10 of 10) sorted by relevance
/tools/perf/tests/ |
D | openat-syscall.c | 13 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
|
D | event-times.c | 61 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled() 87 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
|
D | openat-syscall-all-cpus.c | 20 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
D | keep-tracking.c | 69 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
|
D | mmap-basic.c | 38 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
D | switch-tracking.c | 329 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
|
/tools/perf/util/ |
D | thread_map.h | 25 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
|
D | thread_map.c | 178 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
|
D | python.c | 576 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
|
/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 61 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
|