x86_pmu_capability
void perf_get_x86_pmu_capability(struct x86_pmu_capability *cap)
extern void perf_get_x86_pmu_capability(struct x86_pmu_capability *cap);
static inline void perf_get_x86_pmu_capability(struct x86_pmu_capability *cap)
static struct x86_pmu_capability __read_mostly kvm_host_pmu;
struct x86_pmu_capability __read_mostly kvm_pmu_cap;
extern struct x86_pmu_capability kvm_pmu_cap;
bool (*is_mediated_pmu_supported)(struct x86_pmu_capability *host_pmu);
static bool amd_pmu_is_mediated_pmu_supported(struct x86_pmu_capability *host_pmu)
static bool intel_pmu_is_mediated_pmu_supported(struct x86_pmu_capability *host_pmu)