Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Devent-times.c65 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled()
91 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
Dopenat-syscall.c19 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
Dopenat-syscall-all-cpus.c27 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
Dkeep-tracking.c75 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
Dmmap-basic.c43 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
Dswitch-tracking.c337 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
/Linux-v4.19/tools/perf/util/
Dthread_map.h28 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
Dthread_map.c192 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
Dpython.c620 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c65 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()