Home | History | Annotate | Download | only in base

Lines Matching defs:parent

147 // and tracks parent/child relationships for the executed tasks.  The statistics
170 // TODO(jar): We should support (optionally) the recording of parent-child
172 // Born during the running of a parent task. The resulting data can be used by
174 // the ancestor task. It can also be used to illuminate what child or parent is
359 PROFILING_ACTIVE, // Recording profiles (no parent-child links).
360 PROFILING_CHILDREN_ACTIVE, // Fully active, recording parent-child links.
441 // If parent-child tracking is not compiled in, then an attempt to set the
444 // compiled into the binary, and parent-child tracking at the
454 // For testing only, indicate if the status of parent-child tracking is turned
462 // The task that will be tracked is passed in as |parent| so that parent-child
464 static TrackedTime NowForStartOfRun(const Births* parent);
688 // A snapshotted representation of a (parent, child) task pair, for tracking
698 BirthOnThreadSnapshot parent;