Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-28 Thread Arnaldo Carvalho de Melo
Em Fri, May 28, 2021 at 01:26:50PM +0530, kajoljain escreveu: > > > On 5/26/21 11:42 AM, Nageswara Sastry wrote: > > > > > >> On 25-May-2021, at 8:57 PM, Paul A. Clarke wrote: > >>> > >> I lost the original message, but Nageswara Sastry said: > >>> 1. Extracted all the 244 events from the patc

Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-28 Thread kajoljain
On 5/26/21 11:42 AM, Nageswara Sastry wrote: > > >> On 25-May-2021, at 8:57 PM, Paul A. Clarke wrote: >>> >> I lost the original message, but Nageswara Sastry said: >>> 1. Extracted all the 244 events from the patch. >>> 2. Check them in 'perf list' - all 244 events found >>> 3. Ran all the e

Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-25 Thread Nageswara Sastry
> On 25-May-2021, at 8:57 PM, Paul A. Clarke wrote: >> > I lost the original message, but Nageswara Sastry said: >> 1. Extracted all the 244 events from the patch. >> 2. Check them in 'perf list' - all 244 events found >> 3. Ran all the events with 'perf stat -e "event name" sleep 1', all ran

Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-25 Thread Nageswara Sastry
Tested patch with the following steps: 1. Extracted all the 244 events from the patch. 2. Check them in 'perf list' - all 244 events found 3. Ran all the events with 'perf stat -e "event name" sleep 1', all ran fine. No errors were seen in 'dmesg' Tested-by: Nageswara R Sastry > On 25-May

Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-25 Thread Paul A. Clarke
On Tue, May 25, 2021 at 09:42:15AM -0500, Paul A. Clarke wrote: > On Tue, May 25, 2021 at 12:07:23PM +0530, Kajol Jain wrote: > > Fixed the eventcode values in the power10 json event files to append > > "0x" since these are hexadecimal values. > > Patch also changes event description of PM_EXEC_STA

Re: [PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-25 Thread Paul A. Clarke
On Tue, May 25, 2021 at 12:07:23PM +0530, Kajol Jain wrote: > Fixed the eventcode values in the power10 json event files to append > "0x" since these are hexadecimal values. > Patch also changes event description of PM_EXEC_STALL_LOAD_FINISH and > PM_EXEC_STALL_NTC_FLUSH event and move some events

[PATCH] perf vendor events: Fix eventcode of power10 json events

2021-05-24 Thread Kajol Jain
Fixed the eventcode values in the power10 json event files to append "0x" since these are hexadecimal values. Patch also changes event description of PM_EXEC_STALL_LOAD_FINISH and PM_EXEC_STALL_NTC_FLUSH event and move some events to correct files. Fixes: 32daa5d7899e ("perf vendor events: Initial