Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Devent-times.c67 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 Dopenat-syscall.c22 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
A Dopenat-syscall-all-cpus.c30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
A Dkeep-tracking.c81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
A Dmmap-basic.c49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
A Dperf-time-to-tsc.c87 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
A Dswitch-tracking.c345 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
/linux/tools/perf/util/
A Dthread_map.h18 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
A Dthread_map.c170 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
A Dpython.c692 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()

Completed in 13 milliseconds