Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c14357 struct perf_event_context *child_ctx) in inherit_event() argument
14389 get_ctx(child_ctx); in inherit_event()
14390 child_event->ctx = child_ctx; in inherit_event()
14392 pmu_ctx = find_get_pmu_context(child_event->pmu, child_ctx, child_event); in inherit_event()
14446 raw_spin_lock_irqsave(&child_ctx->lock, flags); in inherit_event()
14447 add_event_to_ctx(child_event, child_ctx); in inherit_event()
14449 raw_spin_unlock_irqrestore(&child_ctx->lock, flags); in inherit_event()
14474 struct perf_event_context *child_ctx) in inherit_group() argument
14481 child, NULL, child_ctx); in inherit_group()
14491 child, leader, child_ctx); in inherit_group()
[all …]