Searched refs:perf_thread_map__set_pid (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.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 | 1492 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in evlist__prepare_workload()
|
/linux-5.19.10/tools/lib/perf/tests/ |
D | test-evsel.c | 64 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread() 97 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable() 142 perf_thread_map__set_pid(threads, 0, 0); in test_stat_user_read()
|
D | test-evlist.c | 111 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()
|
D | test-threadmap.c | 30 perf_thread_map__set_pid(threads, i, i * 100); in test_threadmap_array()
|
/linux-5.19.10/tools/lib/perf/ |
D | threadmap.c | 35 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()
|
D | libperf.map | 17 perf_thread_map__set_pid;
|
/linux-5.19.10/tools/lib/perf/include/perf/ |
D | threadmap.h | 13 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|
/linux-5.19.10/tools/lib/perf/Documentation/examples/ |
D | counting.c | 45 perf_thread_map__set_pid(threads, 0, 0); in main()
|
/linux-5.19.10/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 66 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
|
/linux-5.19.10/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 107 43 perf_thread_map__set_pid(threads, 0, 0);
|
D | libperf.txt | 67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|