Searched refs:child_ctr (Results 1 – 1 of 1) sorted by relevance
13488 struct perf_event *child_ctr; in inherit_group() local 13500 child_ctr = inherit_event(sub, parent, parent_ctx, in inherit_group() 13502 if (IS_ERR(child_ctr)) in inherit_group() 13503 return PTR_ERR(child_ctr); in inherit_group() 13505 if (sub->aux_event == parent_event && child_ctr && in inherit_group() 13506 !perf_get_aux_event(child_ctr, leader)) in inherit_group()