Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dthread_map.h15 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
A Dthread_map.c61 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()
A Devsel.c1789 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()
A Dparse-events.c2764 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
/linux/tools/perf/tests/
A Dsw-clock.c65 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
A Dtask-exit.c74 threads = thread_map__new_by_tid(-1); in test__task_exit()
A Dcode-reading.c602 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
/linux/tools/perf/
A Dbuiltin-record.c1263 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()

Completed in 22 milliseconds