EVENT_GUEST
EVENT_FLAGS = EVENT_CGROUP | EVENT_GUEST,
update_cgrp_time_from_cpuctx(cpuctx, !(event_type & EVENT_GUEST) && final);
if (event_type & EVENT_GUEST) {
!(msd->event_type & EVENT_GUEST))
WARN_ON_ONCE(event_type & EVENT_GUEST);
if (event_type & EVENT_GUEST) {
__pmu_ctx_sched_in(pmu_ctx, EVENT_PINNED | (event_type & EVENT_GUEST));
__pmu_ctx_sched_in(pmu_ctx, EVENT_FLEXIBLE | (event_type & EVENT_GUEST));
perf_ctx_disable(&cpuctx->ctx, EVENT_GUEST);
ctx_sched_out(&cpuctx->ctx, NULL, EVENT_GUEST);
perf_ctx_disable(cpuctx->task_ctx, EVENT_GUEST);
task_ctx_sched_out(cpuctx->task_ctx, NULL, EVENT_GUEST);
perf_ctx_enable(&cpuctx->ctx, EVENT_GUEST);
perf_ctx_enable(cpuctx->task_ctx, EVENT_GUEST);
perf_ctx_disable(&cpuctx->ctx, EVENT_GUEST);
perf_ctx_disable(cpuctx->task_ctx, EVENT_GUEST);
perf_event_sched_in(cpuctx, cpuctx->task_ctx, NULL, EVENT_GUEST);
perf_ctx_enable(cpuctx->task_ctx, EVENT_GUEST);
perf_ctx_enable(&cpuctx->ctx, EVENT_GUEST);
if ((event_type & EVENT_GUEST) &&