commit | 7ff775aca48adc854436b92c060e5eebfffb6a4a | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Fri Jan 14 21:24:26 2022 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 19 12:11:26 2022 -0500 |
tree | ca61838cba2eef7e4d3ddeb5b6bf9b5cc29bed01 | |
parent | 1a1d1dbce6d5477e2bb08ce1ef0d77caa838cc8e [diff] |
KVM: x86/pmu: Use binary search to check filtered events The PMU event filter may contain up to 300 events. Replace the linear search in reprogram_gp_counter() with a binary search. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220115052431.447232-2-jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>