Lines Matching defs:ppid
70 * the comm, tgid and ppid.
73 pid_t *tgid, pid_t *ppid, bool *kernel)
82 *ppid = -1;
98 pr_warning("Couldn't get COMM, tigd and ppid for pid %d\n",
140 *ppid = atoi(ppids);
155 pid_t *tgid, pid_t *ppid, bool *kernel)
159 *ppid = -1;
166 tgid, ppid, kernel) != 0) {
195 pid_t tgid, ppid;
198 if (perf_event__prepare_comm(event, 0, pid, machine, &tgid, &ppid,
262 pid_t pid, pid_t tgid, pid_t ppid,
269 * for main thread set parent to ppid from status file. For other
274 event->fork.ppid = ppid;
275 event->fork.ptid = ppid;
277 event->fork.ppid = tgid;
755 pid_t tgid, ppid;
804 &tgid, &ppid, &kernel_thread) != 0)
809 ppid, process, machine) < 0)