From: "Liang, Kan" <kan.liang@linux.intel.com>
To: alexander.antonov@linux.intel.com, peterz@infradead.org,
linux-kernel@vger.kernel.org
Cc: ak@linux.intel.com, alexey.v.bayduraev@linux.intel.com
Subject: Re: [PATCH 1/3] Fix filter_tid mask for CHA events on Skylake Server
Date: Tue, 14 Sep 2021 15:03:33 -0400 [thread overview]
Message-ID: <d6fc0d04-0707-dad5-b04a-6c12d6f347ec@linux.intel.com> (raw)
In-Reply-To: <20210914182349.36186-2-alexander.antonov@linux.intel.com>
On 9/14/2021 2:23 PM, alexander.antonov@linux.intel.com wrote:
> From: Alexander Antonov <alexander.antonov@linux.intel.com>
>
> According Uncore Reference Manual: any of the CHA events may be filtered
> by Thread/Core-ID by using tid modifier in CHA Filter 0 Register.
> Update skx_cha_hw_config() to follow Uncore Guide.
>
> Fixes: cd34cd97b7b4 ("perf/x86/intel/uncore: Add Skylake server uncore support")
> Signed-off-by: Alexander Antonov <alexander.antonov@linux.intel.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Thanks,
Kan
> ---
> arch/x86/events/intel/uncore_snbep.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/x86/events/intel/uncore_snbep.c b/arch/x86/events/intel/uncore_snbep.c
> index 5ddc0f30db6f..9cc65a4194ce 100644
> --- a/arch/x86/events/intel/uncore_snbep.c
> +++ b/arch/x86/events/intel/uncore_snbep.c
> @@ -3607,7 +3607,9 @@ static int skx_cha_hw_config(struct intel_uncore_box *box, struct perf_event *ev
> {
> struct hw_perf_event_extra *reg1 = &event->hw.extra_reg;
> struct extra_reg *er;
> - int idx = 0;
> + /* Any of the CHA events may be filtered by Thread/Core-ID.*/
> + int idx = !!(event->hw.config & SNBEP_CBO_PMON_CTL_TID_EN) ?
> + SKX_CHA_MSR_PMON_BOX_FILTER_TID : 0;
>
> for (er = skx_uncore_cha_extra_regs; er->msr; er++) {
> if (er->event != (event->hw.config & er->config_mask))
>
next prev parent reply other threads:[~2021-09-14 19:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-14 18:23 [PATCH 0/3] Several fixes for event constraints on SKX and SNR platforms alexander.antonov
2021-09-14 18:23 ` [PATCH 1/3] Fix filter_tid mask for CHA events on Skylake Server alexander.antonov
2021-09-14 19:03 ` Liang, Kan [this message]
2021-09-14 18:23 ` [PATCH 2/3] Fix IIO event constraints for " alexander.antonov
2021-09-14 18:23 ` [PATCH 3/3] Fix IIO event constraints for Snowridge alexander.antonov
-- strict thread matches above, loose matches on Subject: below --
2021-09-14 17:56 [PATCH 0/3] Several fixes for event constraints on SKX and SNR platforms alexander.antonov
2021-09-14 17:56 ` [PATCH 1/3] Fix filter_tid mask for CHA events on Skylake Server alexander.antonov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d6fc0d04-0707-dad5-b04a-6c12d6f347ec@linux.intel.com \
--to=kan.liang@linux.intel.com \
--cc=ak@linux.intel.com \
--cc=alexander.antonov@linux.intel.com \
--cc=alexey.v.bayduraev@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®