Home
last modified time | relevance | path

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

/tools/perf/util/
A Dthread_map.h13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() function
156 return thread_map__new_by_tid(tid); in thread_map__new()
A Dpfm.c190 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event()
A Dprint-events.c148 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
A Devsel.c2100 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()
2760 struct perf_thread_map *threads = thread_map__new_by_tid(-1); in evsel__open_per_cpu()
/tools/perf/tests/
A Devent-times.c65 threads = thread_map__new_by_tid(getpid()); in attach__current_disabled()
91 threads = thread_map__new_by_tid(getpid()); in attach__current_enabled()
A Dopenat-syscall.c23 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event()
A Dopenat-syscall-all-cpus.c31 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event_on_all_cpus()
A Dsw-clock.c66 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
A Dtask-exit.c73 threads = thread_map__new_by_tid(-1); in test__task_exit()
A Dkeep-tracking.c81 threads = thread_map__new_by_tid(getpid()); in test__keep_tracking()
A Dperf-time-to-tsc.c93 threads = thread_map__new_by_tid(getpid()); in test__perf_time_to_tsc()
A Dmmap-basic.c52 threads = thread_map__new_by_tid(getpid()); in test__basic_mmap()
A Dswitch-tracking.c354 threads = thread_map__new_by_tid(getpid()); in test__switch_tracking()
A Dcode-reading.c690 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
/tools/perf/
A Dbuiltin-record.c1840 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()

Completed in 35 milliseconds