Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.c66 thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid()
83 thread_map__set_pid(threads, 0, tid); in thread_map__new_by_tid()
147 thread_map__set_pid(threads, threads->nr + i, in thread_map__new_by_uid()
227 thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name)); in thread_map__new_by_pid_str()
255 thread_map__set_pid(threads, 0, -1); in thread_map__new_dummy()
297 thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
Dthread_map.h44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid() function
Devlist.c1588 thread_map__set_pid(evlist->threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
/linux-4.4.14/tools/perf/tests/
Dopenat-syscall-tp-fields.c49 thread_map__set_pid(evlist->threads, 0, getpid()); in test__syscall_openat_tp_fields()