Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dthread-map.c21 map = thread_map__new_by_pid(getpid()); in test__thread_map()
88 threads = thread_map__new_by_pid(getpid()); in test__thread_map_synthesize()
Dmmap-thread-lookup.c143 map = thread_map__new_by_pid(getpid()); in synth_process()
/Linux-v4.19/tools/perf/util/
Dthread_map.h24 struct thread_map *thread_map__new_by_pid(pid_t pid);
Dthread_map.c55 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() function
195 return thread_map__new_by_pid(pid); in thread_map__new()