Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c166 EVENT_FROZEN = 0x08, enumerator
185 EVENT_TIME_FROZEN = EVENT_TIME | EVENT_FROZEN,
191 WARN_ON_ONCE(ctx->is_active & EVENT_FROZEN); in __perf_ctx_lock()
208 if (ctx->is_active & EVENT_FROZEN) { in __perf_ctx_unlock()
212 ctx->is_active &= ~EVENT_FROZEN; in __perf_ctx_unlock()
2534 if (ctx->is_active & EVENT_FROZEN) in __ctx_time_update()
2557 ctx->is_active |= EVENT_FROZEN; in ctx_time_freeze()
2564 if (ctx->is_active & EVENT_FROZEN) in ctx_time_update_event()
3628 if (ctx->is_active & EVENT_FROZEN) in ctx_sched_out()