Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c194 bool is_active; in multi_cpu_stop() local
204 is_active = cpu == cpumask_first(cpumask); in multi_cpu_stop()
207 is_active = cpumask_test_cpu(cpu, cpumask); in multi_cpu_stop()
223 if (is_active) in multi_cpu_stop()
/kernel/events/
Dcore.c231 WARN_ON_ONCE(!ctx->is_active); in event_function()
289 if (ctx->is_active) { in event_function_call()
329 if (ctx->is_active) { in event_function_local()
2157 if (ctx->is_active & EVENT_TIME) { in __perf_remove_from_context()
2167 if (!ctx->nr_events && ctx->is_active) { in __perf_remove_from_context()
2168 ctx->is_active = 0; in __perf_remove_from_context()
2224 if (ctx->is_active & EVENT_TIME) { in __perf_event_disable()
2753 if (ctx->is_active) in __perf_event_enable()
2758 if (!ctx->is_active) in __perf_event_enable()
3000 int is_active = ctx->is_active; in ctx_sched_out() local
[all …]