Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c14363 struct perf_event_context *child_ctx) in inherit_event() argument
14395 get_ctx(child_ctx); in inherit_event()
14396 child_event->ctx = child_ctx; in inherit_event()
14398 pmu_ctx = find_get_pmu_context(child_event->pmu, child_ctx, child_event); in inherit_event()
14452 raw_spin_lock_irqsave(&child_ctx->lock, flags); in inherit_event()
14453 add_event_to_ctx(child_event, child_ctx); in inherit_event()
14455 raw_spin_unlock_irqrestore(&child_ctx->lock, flags); in inherit_event()
14480 struct perf_event_context *child_ctx) in inherit_group() argument
14487 child, NULL, child_ctx); in inherit_group()
14497 child, leader, child_ctx); in inherit_group()
[all …]