Home
last modified time | relevance | path

Searched refs:child_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/events/
H A Dcore.c14748 struct perf_event_context *child_ctx) in inherit_event() argument
14780 get_ctx(child_ctx); in inherit_event()
14781 child_event->ctx = child_ctx; in inherit_event()
14783 pmu_ctx = find_get_pmu_context(parent_event->pmu_ctx->pmu, child_ctx, child_event); in inherit_event()
14837 raw_spin_lock_irqsave(&child_ctx->lock, flags); in inherit_event()
14838 add_event_to_ctx(child_event, child_ctx); in inherit_event()
14840 raw_spin_unlock_irqrestore(&child_ctx->lock, flags); in inherit_event()
14865 struct perf_event_context *child_ctx) in inherit_group() argument
14872 child, NULL, child_ctx); in inherit_group()
14882 child, leader, child_ctx); in inherit_group()
[all …]