Home
last modified time | relevance | path

Searched refs:thread_map__new (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Devent-times.c67 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled()
69 pr_debug("thread_map__new\n"); in attach__current_disabled()
93 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
95 pr_debug("failed to call thread_map__new\n"); in attach__current_enabled()
H A Dopenat-syscall.c21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
26 pr_debug("thread_map__new\n"); in test__openat_syscall_event()
H A Dkeep-tracking.c81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
H 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()
35 pr_debug("thread_map__new\n"); in test__openat_syscall_event_on_all_cpus()
H A Dmmap-basic.c49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
51 pr_debug("thread_map__new\n"); in test__basic_mmap()
H A Dswitch-tracking.c344 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
346 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devent-times.c67 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled()
69 pr_debug("thread_map__new\n"); in attach__current_disabled()
93 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
95 pr_debug("failed to call thread_map__new\n"); in attach__current_enabled()
H A Dopenat-syscall.c23 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
28 pr_debug("thread_map__new\n"); in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c31 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
36 pr_debug("thread_map__new\n"); in test__openat_syscall_event_on_all_cpus()
H A Dkeep-tracking.c81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
H A Dperf-time-to-tsc.c93 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()
H A Dmmap-basic.c49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
51 pr_debug("thread_map__new\n"); in test__basic_mmap()
H A Dswitch-tracking.c348 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking()
350 pr_debug("thread_map__new failed!\n"); in test__switch_tracking()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread_map.h18 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
H 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
H A Dpython.c653 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread_map.h16 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
H A Dthread_map.c171 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
H A Dpython.c756 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c72 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()

Completed in 13 milliseconds