Lines Matching refs:ppid
70 * the comm, tgid and ppid.
73 pid_t *tgid, pid_t *ppid)
82 *ppid = -1;
95 pr_warning("Couldn't get COMM, tigd and ppid for pid %d\n",
131 *ppid = atoi(ppids);
141 pid_t *tgid, pid_t *ppid)
145 *ppid = -1;
152 tgid, ppid) != 0) {
181 pid_t tgid, ppid;
183 if (perf_event__prepare_comm(event, pid, machine, &tgid, &ppid) != 0)
246 pid_t pid, pid_t tgid, pid_t ppid,
253 * for main thread set parent to ppid from status file. For other
258 event->fork.ppid = ppid;
259 event->fork.ptid = ppid;
261 event->fork.ppid = tgid;
657 pid_t tgid, ppid;
706 &tgid, &ppid) != 0)
710 ppid, process, machine) < 0)