Lines Matching refs:pid
27 u32 pid;
79 u32 pid;
85 pid = perf_thread_map__pid(evlist->core.threads, 0);
86 bpf_map_update_elem(fd, &pid, &val, BPF_ANY);
151 if (target->pid) {
152 pid_slist = strlist__new(target->pid, NULL);
154 pr_err("Failed to create a strlist for pid\n");
161 int pid = strtol(pos->s, &end_ptr, 10);
163 if (pid == INT_MIN || pid == INT_MAX ||
218 if (target->pid) {
228 int pid = strtol(pos->s, &end_ptr, 10);
230 if (pid == INT_MIN || pid == INT_MAX ||
234 tgid = pid;
238 u32 pid;
245 pid = perf_thread_map__pid(evlist->core.threads, i);
246 bpf_map_update_elem(fd, &pid, &val, BPF_ANY);
346 data.array[n++] = (u64)key.pid << 32 | key.tgid;