Searched refs:perf_thread_map__set_pid (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/lib/perf/tests/ |
H A D | test-evsel.c | 67 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()
|
H A 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()
|
H A D | test-threadmap.c | 30 perf_thread_map__set_pid(threads, i, i * 100); in test_threadmap_array()
|
/openbmc/linux/tools/perf/util/ |
H A D | thread_map.c | 50 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()
|
H A D | evlist.c | 1502 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in evlist__prepare_workload()
|
/openbmc/linux/tools/lib/perf/ |
H A 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()
|
H A D | libperf.map | 17 perf_thread_map__set_pid;
|
/openbmc/linux/tools/lib/perf/include/perf/ |
H A D | threadmap.h | 13 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|
/openbmc/linux/tools/lib/perf/Documentation/examples/ |
H A D | counting.c | 45 perf_thread_map__set_pid(threads, 0, 0); in main()
|
/openbmc/linux/tools/perf/tests/ |
H A D | openat-syscall-tp-fields.c | 67 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
|
H A D | mmap-basic.c | 191 perf_thread_map__set_pid(threads, 0, 0); in test_stat_user_read()
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf-counting.txt | 107 43 perf_thread_map__set_pid(threads, 0, 0);
|
H A D | libperf.txt | 67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|