Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c183 EVENT_ALL = EVENT_FLEXIBLE | EVENT_PINNED, enumerator
208 if (!(ctx->is_active & EVENT_ALL)) in __perf_ctx_unlock()
1069 ctx_sched_out(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
1081 ctx_sched_in(&cpuctx->ctx, NULL, EVENT_ALL|EVENT_CGROUP); in perf_cgroup_switch()
3000 event_type &= EVENT_ALL; in ctx_resched()
3041 ctx_resched(cpuctx, task_ctx, pmu, EVENT_ALL|EVENT_CPU); in perf_pmu_resched()
3533 if (ctx->task && !(ctx->is_active & EVENT_ALL)) { in __pmu_ctx_sched_out()
3540 if (!(event_type & EVENT_ALL)) in __pmu_ctx_sched_out()
3615 if (!(ctx->is_active & EVENT_ALL)) { in ctx_sched_out()
3628 if (!(ctx->is_active & EVENT_ALL)) in ctx_sched_out()
[all …]