Lines Matching refs:pid
9394 uint64_t offset, int pid)
9425 /* pid filter is meaningful only for uprobes */
9427 pid < 0 ? -1 : pid /* pid */,
9428 pid == -1 ? 0 : -1 /* cpu */,
9449 0 /* offset */, -1 /* pid */);
9481 bool retprobe, pid_t pid,
9490 binary_path, func_offset, pid);
9549 pfd = syscall(__NR_perf_event_open, &attr, -1 /* pid */, 0 /* cpu */,
10042 cpu_buf->fd = syscall(__NR_perf_event_open, attr, -1 /* pid */, cpu,