[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dfa8acd3-4ca2-927d-cd35-59ce28ade26a@redhat.com>
Date: Thu, 18 Nov 2021 14:29:01 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: Like Xu <like.xu.linux@...il.com>,
Jim Mattson <jmattson@...gle.com>
Cc: Sean Christopherson <seanjc@...gle.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Wanpeng Li <wanpengli@...cent.com>,
Joerg Roedel <joro@...tes.org>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/4] KVM: x86/pmu: Refactoring find_arch_event() to
find_perf_hw_id()
On 11/16/21 13:20, Like Xu wrote:
> From: Like Xu<likexu@...cent.com>
>
> The find_arch_event() returns a "unsigned int" value,
> which is used by the pmc_reprogram_counter() to
> program a PERF_TYPE_HARDWARE type perf_event.
>
> The returned value is actually the kernel defined gernic
> perf_hw_id, let's rename it to find_perf_hw_id() with simpler
> incoming parameters for better self-explanation.
Since the argument is a pmc, let's rename it to pmc_perf_hw_id().
Paolo
Powered by blists - more mailing lists