Searched refs:perf_thread_map__set_pid (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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 | 1357 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
|
| /Linux-v5.4/tools/perf/lib/ |
| 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;
|
| /Linux-v5.4/tools/perf/lib/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 | 90 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/ |
| D | threadmap.h | 12 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);
|
| /Linux-v5.4/tools/perf/tests/ |
| D | openat-syscall-tp-fields.c | 64 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
|
| /Linux-v5.4/tools/perf/lib/Documentation/man/ |
| D | libperf.rst | 44 void perf_thread_map__set_pid(struct perf_thread_map \*map, int thread, pid_t pid);
|