Searched refs:inherited_all (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/events/
H A Dcore.c13460 * Clears @inherited_all on !attr.inherited or error. Note that we'll leave
13461 * inherited_all set when we 'fail' to inherit an orphaned event; this is
13472 u64 clone_flags, int *inherited_all)
13481 *inherited_all = 0;
13502 *inherited_all = 0;
13516 int inherited_all = 1; local
13550 child, clone_flags, &inherited_all);
13566 child, clone_flags, &inherited_all);
13576 if (child_ctx && inherited_all) {
13469 inherit_task_group(struct perf_event *event, struct task_struct *parent, struct perf_event_context *parent_ctx, struct task_struct *child, u64 clone_flags, int *inherited_all) argument

Completed in 147 milliseconds