Searched refs:thread_map__new (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/tests/ |
A D | event-times.c | 67 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled() 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
|
A D | openat-syscall.c | 22 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
|
A D | openat-syscall-all-cpus.c | 30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
A D | keep-tracking.c | 81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
|
A D | mmap-basic.c | 49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
A D | perf-time-to-tsc.c | 87 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
|
A D | switch-tracking.c | 345 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
|
/linux/tools/perf/util/ |
A D | thread_map.h | 18 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
|
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
|
A D | python.c | 692 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
|
Completed in 11 milliseconds