Searched refs:thread_map__set_pid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread_map.c | 66 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()
|
D | thread_map.h | 44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid() function
|
D | evlist.c | 1588 thread_map__set_pid(evlist->threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
|
/linux-4.4.14/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 49 thread_map__set_pid(evlist->threads, 0, getpid()); in test__syscall_openat_tp_fields()
|