Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread_map.h14 struct thread_map *thread_map__new_by_tid(pid_t tid);
Dthread_map.c50 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function
154 return thread_map__new_by_tid(tid); in thread_map__new()
/linux-4.1.27/tools/perf/tests/
Dtask-exit.c62 evlist->threads = thread_map__new_by_tid(-1); in test__task_exit()
Dsw-clock.c54 evlist->threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
Dcode-reading.c444 threads = thread_map__new_by_tid(pid); in do_test_code_reading()