Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c14708 struct perf_event_context *child_ctx) in inherit_event() argument
14740 get_ctx(child_ctx); in inherit_event()
14741 child_event->ctx = child_ctx; in inherit_event()
14743 pmu_ctx = find_get_pmu_context(parent_event->pmu_ctx->pmu, child_ctx, child_event); in inherit_event()
14797 raw_spin_lock_irqsave(&child_ctx->lock, flags); in inherit_event()
14798 add_event_to_ctx(child_event, child_ctx); in inherit_event()
14800 raw_spin_unlock_irqrestore(&child_ctx->lock, flags); in inherit_event()
14825 struct perf_event_context *child_ctx) in inherit_group() argument
14832 child, NULL, child_ctx); in inherit_group()
14842 child, leader, child_ctx); in inherit_group()
[all …]