Re: [PATCH v2 2/2] perf jevents: Add test for arch std events

2020-10-23 Thread kajoljain
On 10/22/20 4:32 PM, John Garry wrote: > Recently there was an undetected breakage for std arch event support. > > Add support in "PMU events" testcase to detect such breakages. > > For this, the "test" arch needs has support added to process std arch > events. And a test event is added for th

[PATCH v2 2/2] perf jevents: Add test for arch std events

2020-10-22 Thread John Garry
Recently there was an undetected breakage for std arch event support. Add support in "PMU events" testcase to detect such breakages. For this, the "test" arch needs has support added to process std arch events. And a test event is added for the test, ifself. Also add a few code comments to help