On Mon, Apr 05, 2021 at 08:10:46AM -0700, [email protected] wrote: > +#define is_hybrid() (!!x86_pmu.num_hybrid_pmus)
Given this is sprinkled all over the place, can you make this a static_key_false + static_branch_unlikely() such that the hybrid case is out-of-line?

