Lines Matching refs:fork
1393 event->fork.pid, in machine__process_fork_event()
1394 event->fork.tid); in machine__process_fork_event()
1396 event->fork.ppid, in machine__process_fork_event()
1397 event->fork.ptid); in machine__process_fork_event()
1409 if (parent->pid_ != (pid_t)event->fork.ppid) { in machine__process_fork_event()
1414 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event()
1415 event->fork.ptid); in machine__process_fork_event()
1424 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event()
1425 event->fork.tid); in machine__process_fork_event()
1442 event->fork.pid, in machine__process_exit_event()
1443 event->fork.tid); in machine__process_exit_event()