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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread_map.h15 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
H A Dthread_map.c146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) function
H A Dpython.c455 pthreads->threads = thread_map__new(pid, tid, uid);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX);
14 pr_debug("thread_map__new\n");
H A Dopen-syscall-all-cpus.c14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX);
17 pr_debug("thread_map__new\n");
H A Dkeep-tracking.c70 threads = thread_map__new(-1, getpid(), UINT_MAX);
H A Dmmap-basic.c35 threads = thread_map__new(-1, getpid(), UINT_MAX);
37 pr_debug("thread_map__new\n");
H A Dperf-time-to-tsc.c71 threads = thread_map__new(-1, getpid(), UINT_MAX);

Completed in 3107 milliseconds