Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/events/
Dcore.c373 EVENT_TIME = 0x4, enumerator
1518 if (!(__load_acquire(&ctx->is_active) & EVENT_TIME)) in perf_event_time_now()
2356 if (ctx->is_active & EVENT_TIME) { in __perf_remove_from_context()
2437 if (ctx->is_active & EVENT_TIME) { in __perf_event_disable()
2800 ctx_sched_out(ctx, cpuctx, EVENT_TIME); in __perf_install_in_context()
2948 ctx_sched_out(ctx, cpuctx, EVENT_TIME); in __perf_event_enable()
2957 ctx_sched_in(ctx, cpuctx, EVENT_TIME); in __perf_event_enable()
2966 ctx_sched_in(ctx, cpuctx, EVENT_TIME); in __perf_event_enable()
3264 if (is_active & EVENT_TIME) { in ctx_sched_out()
3833 if (is_active ^ EVENT_TIME) { in ctx_sched_in()
[all …]