Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dthread_map.h15 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
Dthread_map.c146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() function
Dpython.c455 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
/external/linux-tools-perf/src/tools/perf/tests/
Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event()
Dopen-syscall-all-cpus.c14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus()
Dkeep-tracking.c70 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
Dmmap-basic.c35 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
Dperf-time-to-tsc.c71 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc()