Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c180 EVENT_GUEST = 0x40, enumerator
181 EVENT_FLAGS = EVENT_CGROUP | EVENT_GUEST,
814 if ((event_type & EVENT_GUEST) && in perf_skip_pmu_ctx()
2527 update_cgrp_time_from_cpuctx(cpuctx, !(event_type & EVENT_GUEST) && final); in __ctx_time_update()
3632 if (event_type & EVENT_GUEST) { in ctx_sched_out()
4124 !(msd->event_type & EVENT_GUEST)) in merge_sched_in()
4193 WARN_ON_ONCE(event_type & EVENT_GUEST); in ctx_sched_in()
4212 if (event_type & EVENT_GUEST) { in ctx_sched_in()
4236 __pmu_ctx_sched_in(pmu_ctx, EVENT_PINNED | (event_type & EVENT_GUEST)); in ctx_sched_in()
4242 __pmu_ctx_sched_in(pmu_ctx, EVENT_FLEXIBLE | (event_type & EVENT_GUEST)); in ctx_sched_in()
[all …]