Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dthread-map.c30 map = thread_map__new_by_pid(getpid()); in test__thread_map()
97 threads = thread_map__new_by_pid(getpid()); in test__thread_map_synthesize()
A Dmmap-thread-lookup.c146 map = thread_map__new_by_pid(getpid()); in synth_process()
/linux/tools/perf/util/
A Dthread_map.h14 struct perf_thread_map *thread_map__new_by_pid(pid_t pid);
A Dthread_map.c33 struct perf_thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() function
173 return thread_map__new_by_pid(pid); in thread_map__new()
/linux/tools/perf/bench/
A Dsynthesize.c125 threads = thread_map__new_by_pid(getpid()); in run_single_threaded()

Completed in 6 milliseconds