Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c165 EVENT_FROZEN = 0x08, enumerator
184 EVENT_TIME_FROZEN = EVENT_TIME | EVENT_FROZEN,
190 WARN_ON_ONCE(ctx->is_active & EVENT_FROZEN); in __perf_ctx_lock()
207 if (ctx->is_active & EVENT_FROZEN) { in __perf_ctx_unlock()
211 ctx->is_active &= ~EVENT_FROZEN; in __perf_ctx_unlock()
2522 if (ctx->is_active & EVENT_FROZEN) in __ctx_time_update()
2545 ctx->is_active |= EVENT_FROZEN; in ctx_time_freeze()
2552 if (ctx->is_active & EVENT_FROZEN) in ctx_time_update_event()
3620 if (ctx->is_active & EVENT_FROZEN) in ctx_sched_out()