Home
last modified time | relevance | path

Searched refs:thread_map__new_by_pid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread_map.h13 struct thread_map *thread_map__new_by_pid(pid_t pid);
Dthread_map.c23 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() function
149 return thread_map__new_by_pid(pid); in thread_map__new()
/linux-4.1.27/tools/perf/tests/
Dmmap-thread-lookup.c140 map = thread_map__new_by_pid(getpid()); in synth_process()