Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.c71 thread_map__set_pid(threads, i, atoi(namelist[i]->d_name)); in thread_map__new_by_pid()
88 thread_map__set_pid(threads, 0, tid); in thread_map__new_by_tid()
152 thread_map__set_pid(threads, threads->nr + i, in __thread_map__new_all_cpus()
242 thread_map__set_pid(threads, j++, atoi(namelist[i]->d_name)); in thread_map__new_by_pid_str()
270 thread_map__set_pid(threads, 0, -1); in thread_map__new_dummy()
312 thread_map__set_pid(threads, ntasks - 1, tid); in thread_map__new_by_tid_str()
439 thread_map__set_pid(threads, i, (pid_t) event->entries[i].pid); in thread_map__copy_event()
Dthread_map.h52 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid() function
Devlist.c1515 thread_map__set_pid(evlist->threads, 0, evlist->workload.pid); in perf_evlist__prepare_workload()
/Linux-v4.19/tools/perf/tests/
Dopenat-syscall-tp-fields.c61 thread_map__set_pid(evlist->threads, 0, getpid()); in test__syscall_openat_tp_fields()