Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dthread_map.c49 perf_thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid()
66 perf_thread_map__set_pid(threads, 0, tid); in thread_map__new_by_tid()
130 perf_thread_map__set_pid(threads, threads->nr + i, in __thread_map__new_all_cpus()
220 perf_thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name)); in thread_map__new_by_pid_str()
278 perf_thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
379 perf_thread_map__set_pid(threads, i, (pid_t) event->entries[i].pid); in thread_map__copy_event()
Devlist.c1357 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
/Linux-v5.4/tools/perf/lib/
Dthreadmap.c35 void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid) in perf_thread_map__set_pid() function
50 perf_thread_map__set_pid(threads, 0, -1); in perf_thread_map__new_dummy()
Dlibperf.map14 perf_thread_map__set_pid;
/Linux-v5.4/tools/perf/lib/tests/
Dtest-evsel.c63 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
96 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
Dtest-evlist.c90 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
143 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
/Linux-v5.4/tools/perf/lib/include/perf/
Dthreadmap.h12 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);
/Linux-v5.4/tools/perf/tests/
Dopenat-syscall-tp-fields.c64 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
/Linux-v5.4/tools/perf/lib/Documentation/man/
Dlibperf.rst44 void perf_thread_map__set_pid(struct perf_thread_map \*map, int thread, pid_t pid);