Lines Matching refs:ppid
71 * the comm, tgid and ppid.
74 pid_t *tgid, pid_t *ppid, bool *kernel)
83 *ppid = -1;
99 pr_warning("Couldn't get COMM, tigd and ppid for pid %d\n",
141 *ppid = atoi(ppids);
156 pid_t *tgid, pid_t *ppid, bool *kernel)
160 *ppid = -1;
167 tgid, ppid, kernel) != 0) {
196 pid_t tgid, ppid;
199 if (perf_event__prepare_comm(event, 0, pid, machine, &tgid, &ppid,
263 pid_t pid, pid_t tgid, pid_t ppid,
270 * for main thread set parent to ppid from status file. For other
275 event->fork.ppid = ppid;
276 event->fork.ptid = ppid;
278 event->fork.ppid = tgid;
773 pid_t tgid, ppid;
824 &tgid, &ppid, &kernel_thread) != 0)
829 ppid, process, machine) < 0)