Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dthread_map.h15 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
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()
Dparse-events.c2326 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
Devsel.c1600 empty_thread_map = thread_map__new_by_tid(-1); in evsel__open()
/Linux-v5.4/tools/perf/tests/
Dsw-clock.c64 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
Dtask-exit.c72 threads = thread_map__new_by_tid(-1); in test__task_exit()
Dcode-reading.c609 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c1094 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()