Searched refs:perf_thread_map__set_pid (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | thread_map.c | 49 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()
|
D | evlist.c | 1413 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/ |
D | threadmap.c | 35 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()
|
D | libperf.map | 14 perf_thread_map__set_pid;
|
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
D | test-evsel.c | 63 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()
|
D | test-evlist.c | 101 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/ |
D | threadmap.h | 12 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/ |
D | counting.c | 45 perf_thread_map__set_pid(threads, 0, 0); in main()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 65 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/ |
D | libperf-counting.txt | 107 43 perf_thread_map__set_pid(threads, 0, 0);
|
D | libperf.txt | 65 void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);
|