Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread_map.h13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
H A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function
178 return thread_map__new_by_tid(tid); in thread_map__new()
H A Devsel.c2078 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()
/linux/tools/perf/tests/
H A Dsw-clock.c66 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
H A Dcode-reading.c683 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
685 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()