Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c164 EVENT_FROZEN = 0x08, enumerator
171 EVENT_TIME_FROZEN = EVENT_TIME | EVENT_FROZEN,
177 WARN_ON_ONCE(ctx->is_active & EVENT_FROZEN); in __perf_ctx_lock()
194 if (ctx->is_active & EVENT_FROZEN) { in __perf_ctx_unlock()
198 ctx->is_active &= ~EVENT_FROZEN; in __perf_ctx_unlock()
2428 if (ctx->is_active & EVENT_FROZEN) in __ctx_time_update()
2449 ctx->is_active |= EVENT_FROZEN; in ctx_time_freeze()
2456 if (ctx->is_active & EVENT_FROZEN) in ctx_time_update_event()
3524 if (ctx->is_active & EVENT_FROZEN) in ctx_sched_out()