Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H 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()
H A Dopenat-syscall.c23 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c32 struct perf_thread_map *threads = thread_map__new_by_tid(getpid()); in test__openat_syscall_event_on_all_cpus()
H A Dsw-clock.c67 threads = thread_map__new_by_tid(getpid()); in __test__sw_clock_freq()
H A Dtask-exit.c73 threads = thread_map__new_by_tid(-1); in test__task_exit()
H A Dkeep-tracking.c81 threads = thread_map__new_by_tid(getpid()); in test__keep_tracking()
H A Dperf-time-to-tsc.c93 threads = thread_map__new_by_tid(getpid()); in test__perf_time_to_tsc()
H A Dmmap-basic.c52 threads = thread_map__new_by_tid(getpid()); in test__basic_mmap()
H A Dswitch-tracking.c356 threads = thread_map__new_by_tid(getpid()); in test__switch_tracking()
H A Dcode-reading.c746 threads = thread_map__new_by_tid(pid); in do_test_code_reading()
748 pr_debug("thread_map__new_by_tid failed\n"); in do_test_code_reading()
/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
156 return thread_map__new_by_tid(tid); in thread_map__new()
H A Dpfm.c191 struct perf_thread_map *threads = thread_map__new_by_tid(0); in print_libpfm_event()
H A Dprint-events.c143 struct perf_thread_map *tmap = thread_map__new_by_tid(0); in is_event_supported()
H A Dbpf_counter.c503 threads = thread_map__new_by_tid(-1); in bperf_reload_leader_program()
H A Devsel.c2306 empty_thread_map = thread_map__new_by_tid(-1); in __evsel__prepare_open()
2990 struct perf_thread_map *threads = thread_map__new_by_tid(-1);
/linux/tools/perf/
H A Dbuiltin-record.c1876 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()