Re: [PATCH v2 4/6] selftests/resctrl: Refactor perf event open/close using linked list
From: Reinette Chatre
Date: Wed Apr 22 2026 - 12:14:12 EST
Hi Yifan,
On 4/10/26 2:33 AM, Yifan Wu wrote:
> Using linked list when open/close perf event.
>
To make this easier to review and avoid breaking the tests, please split this
patch with changes to open_perf_read_event() located in preparatory patch and
the rest located with all the other changes to switch tests to the list instead of the
array.
Please similarly split the similar patches that follow.
Reinette