[PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
From: Shannon Zhao <hidden>
Date: 2016-02-22 07:43:56
Also in:
kvm, kvmarm
From: Shannon Zhao <hidden>
Date: 2016-02-22 07:43:56
Also in:
kvm, kvmarm
On 2016/2/8 20:29, Christoffer Dall wrote:
quoted
+bool kvm_arm_support_pmu_v3(void)quoted
+{ + /* Check if HW_PERF_EVENTS are supported by checking the number of + * hardware performance counters. This could ensure physical PMU and + * PERF_EVENT driver existing. + */nit: coding style, opening comment block should be on its own line I don't understand the last sentence. Do you mean: "This ensures the presence of a physical PMU and that CONFIG_PERF_EVENT is selected." ?
Right. -- Shannon