> On 07-Aug-2023, at 11:40 AM, Sachin Sant <sach...@linux.ibm.com> wrote:
> 
> 
> 
>> On 07-Aug-2023, at 10:20 AM, Athira Rajeev <atraj...@linux.vnet.ibm.com> 
>> wrote:
>> 
>> Testcase "Parsing of all PMU events from sysfs" parse events for
>> all PMUs, and not just cpu. In case of powerpc, the PowerVM
>> environment supports events from hv_24x7 and hv_gpci PMU which
>> is of example format like below:
>> 
>> - hv_24x7/CPM_ADJUNCT_INST,domain=?,core=?/
>> - hv_gpci/event,partition_id=?/
>> 
>> The value for "?" needs to be filled in depending on system
>> configuration. It is better to skip these parametrized events
>> in this test as it is done in:
>> 'commit b50d691e50e6 ("perf test: Fix "all PMU test" to skip
>> parametrized events")' which handled a simialr instance with
>> "all PMU test".
>> 
>> Fix parse-events test to skip parametrized events since
>> it needs proper setup of the parameters.
>> 
>> Signed-off-by: Athira Rajeev <atraj...@linux.vnet.ibm.com>
>> —
> 
> Thanks Athira for the fix. With this fix applied the reported problem
> Is fixed.
> 
> 6.1: Test event parsing                                            : Ok
>  6.2: Parsing of all PMU events from sysfs             : Ok
>  6.3: Parsing of given PMU events from sysfs        : Ok
> 
> Tested-by: Sachin Sant <sach...@linux.ibm.com>
> 
> - Sachin

Hi All,

Looking for review comments on this patch

Thanks
Athira


Reply via email to