Home
last modified time | relevance | path

Searched refs:thread_map__set_pid (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dthread_map.c67 thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid()
84 thread_map__set_pid(threads, 0, tid); in thread_map__new_by_tid()
148 thread_map__set_pid(threads, threads->nr + i, in thread_map__new_by_uid()
228 thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name)); in thread_map__new_by_pid_str()
256 thread_map__set_pid(threads, 0, -1); in thread_map__new_dummy()
298 thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
422 thread_map__set_pid(threads, i, (pid_t) event->entries[i].pid); in thread_map__copy_event()
Dthread_map.h49 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid() function
Devlist.c1763 thread_map__set_pid(evlist->threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
/tools/perf/tests/
Dopenat-syscall-tp-fields.c56 thread_map__set_pid(evlist->threads, 0, getpid()); in test__syscall_openat_tp_fields()