Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c185 bool is_active; in multi_cpu_stop() local
195 is_active = cpu == cpumask_first(cpumask); in multi_cpu_stop()
198 is_active = cpumask_test_cpu(cpu, cpumask); in multi_cpu_stop()
214 if (is_active) in multi_cpu_stop()
/kernel/events/
Dcore.c239 WARN_ON_ONCE(!ctx->is_active); in event_function()
297 if (ctx->is_active) { in event_function_call()
337 if (ctx->is_active) { in event_function_local()
1011 if (ctx->is_active && !cpuctx->cgrp) { in perf_cgroup_event_enable()
1042 if (ctx->is_active && cpuctx->cgrp) in perf_cgroup_event_disable()
2356 if (ctx->is_active & EVENT_TIME) { in __perf_remove_from_context()
2366 if (!ctx->nr_events && ctx->is_active) { in __perf_remove_from_context()
2367 ctx->is_active = 0; in __perf_remove_from_context()
2424 if (ctx->is_active & EVENT_TIME) { in __perf_event_disable()
2970 if (ctx->is_active) in __perf_event_enable()
[all …]