Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dthread_map.c49 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()
A Devlist.c1454 perf_thread_map__set_pid(evlist->core.threads, 0, evlist->workload.pid); in evlist__prepare_workload()
/linux/tools/lib/perf/tests/
A Dtest-evsel.c64 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()
139 perf_thread_map__set_pid(threads, 0, 0); in test_stat_user_read()
A Dtest-evlist.c107 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread()
164 perf_thread_map__set_pid(threads, 0, 0); in test_stat_thread_enable()
263 perf_thread_map__set_pid(threads, 0, pid); in test_mmap_thread()
/linux/tools/lib/perf/
A Dthreadmap.c35 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()
A Dlibperf.map14 perf_thread_map__set_pid;
/linux/tools/lib/perf/include/perf/
A Dthreadmap.h12 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);
/linux/tools/lib/perf/Documentation/examples/
A Dcounting.c45 perf_thread_map__set_pid(threads, 0, 0); in main()
/linux/tools/perf/tests/
A Dopenat-syscall-tp-fields.c66 perf_thread_map__set_pid(evlist->core.threads, 0, getpid()); in test__syscall_openat_tp_fields()
/linux/tools/lib/perf/Documentation/
A Dlibperf-counting.txt107 43 perf_thread_map__set_pid(threads, 0, 0);
A Dlibperf.txt65 void perf_thread_map__set_pid(struct perf_thread_map *map, int thread, pid_t pid);

Completed in 25 milliseconds