[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e22710ee-0afc-4d49-8432-a00549a969b6@huawei.com>
Date: Fri, 9 Oct 2020 12:38:31 +0100
From: John Garry <john.garry@...wei.com>
To: kajoljain <kjain@...ux.ibm.com>, <peterz@...radead.org>,
<mingo@...hat.com>, <acme@...nel.org>, <mark.rutland@....com>,
<alexander.shishkin@...ux.intel.com>, <jolsa@...hat.com>,
<namhyung@...nel.org>, <irogers@...gle.com>,
<yao.jin@...ux.intel.com>, <yeyunfeng@...wei.com>
CC: <linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] perf jevents: Fix event code for events referencing std
arch events
On 09/10/2020 12:26, kajoljain wrote:
>
> On 10/8/20 8:49 PM, John Garry wrote:
>> The event code for events referencing std arch events is incorrectly
>> evaluated in json_events().
>>
>> The issue is that je.event is evaluated properly from try_fixup(), but
>> later NULLified from the real_event() call, as "event" may be NULL.
>>
>> Fix by setting "event" same je.event in try_fixup().
>>
>> Also remove support for overwriting event code for events using std arch
>> events, as it is not used.
> Patch looks good to me. Not sure if any adding any example with this issue
> is helpful.
So we get something like this in pmu-events.c:
{
.name = "l1d_cache_wb_victim",
.event = "event=0x0",
[...]
},
But event should "event=0x46".
I can add this if Arnaldo wants a v2.
>
> Reviewed-By: Kajol Jain<kjain@...ux.ibm.com>
thanks
Powered by blists - more mailing lists