Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/perf/tests/
Dtest-evsel.c67 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
100 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
145 perf_thread_map__set_pid(threads, 0, 0); in test_stat_user_read()
320 perf_thread_map__set_pid(threads, 0, 0); in test_stat_read_format()
336 perf_thread_map__set_pid(threads, 0, 0); in test_stat_read_format()
337 perf_thread_map__set_pid(threads, 1, 0); in test_stat_read_format()
Dtest-evlist.c111 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
168 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
267 perf_thread_map__set_pid(threads, 0, pid); in test_mmap_thread()
463 perf_thread_map__set_pid(threads, 0, 0); in test_stat_multiplexing()
496 perf_thread_map__set_pid(threads, 0, 0); in test_stat_multiplexing()
Dtest-threadmap.c30 perf_thread_map__set_pid(threads, i, i * 100); in test_threadmap_array()
/linux-6.6.21/tools/perf/util/
Dthread_map.c50 perf_thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid()
67 perf_thread_map__set_pid(threads, 0, tid); in thread_map__new_by_tid()
131 perf_thread_map__set_pid(threads, threads->nr + i, in __thread_map__new_all_cpus()
221 perf_thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name)); in thread_map__new_by_pid_str()
279 perf_thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
380 perf_thread_map__set_pid(threads, i, (pid_t) event->entries[i].pid); in thread_map__copy_event()
Devlist.c1502 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in evlist__prepare_workload()
/linux-6.6.21/tools/lib/perf/
Dthreadmap.c35 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid) in perf_thread_map__set_pid() function
54 perf_thread_map__set_pid(threads, i, array ? array[i] : -1); in perf_thread_map__new_array()
Dlibperf.map17 perf_thread_map__set_pid;
/linux-6.6.21/tools/lib/perf/include/perf/
Dthreadmap.h13 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
/linux-6.6.21/tools/lib/perf/Documentation/examples/
Dcounting.c45 perf_thread_map__set_pid(threads, 0, 0); in main()
/linux-6.6.21/tools/perf/tests/
Dopenat-syscall-tp-fields.c67 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
Dmmap-basic.c191 perf_thread_map__set_pid(threads, 0, 0); in test_stat_user_read()
/linux-6.6.21/tools/lib/perf/Documentation/
Dlibperf-counting.txt107 43 perf_thread_map__set_pid(threads, 0, 0);
Dlibperf.txt67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);