Home
last modified time | relevance | path

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

/openbmc/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
179 return thread_map__new_by_tid(tid); in thread_map__new()
H A Dpfm.c181 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event()
H A Dprint-events.c241 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
H A Devsel.c1813 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()
/openbmc/linux/tools/perf/tests/
H A Dtask-exit.c74 threads = thread_map__new_by_tid(-1); in test__task_exit()
H A Dsw-clock.c66 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
H A Dcode-reading.c613 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1764 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()