Searched refs:thread_map__new (Results 1 – 8 of 8) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread_map.h | 16 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
|
H A D | thread_map.c | 170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
|
/linux/tools/perf/tests/ |
H A D | openat-syscall.c | 23 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 31 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
H A D | keep-tracking.c | 81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
|
H A D | perf-time-to-tsc.c | 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
|
H A D | mmap-basic.c | 49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
H A D | switch-tracking.c | 348 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking() 350 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
|