Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c1413 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
/kernel/linux/linux-5.10/tools/lib/perf/
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;
/kernel/linux/linux-5.10/tools/lib/perf/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.c101 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
154 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
249 perf_thread_map__set_pid(threads, 0, pid); in test_mmap_thread()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
Dthreadmap.h12 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/
Dcounting.c45 perf_thread_map__set_pid(threads, 0, 0); in main()
/kernel/linux/linux-5.10/tools/perf/tests/
Dopenat-syscall-tp-fields.c65 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dlibperf-counting.txt107 43 perf_thread_map__set_pid(threads, 0, 0);
Dlibperf.txt65 void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);