On 9/26/22 11:49 AM, Kui-Feng Lee wrote:
Allow creating an iterator that loops through resources of one task/thread. People could only create iterators to loop through all resources of files, vma, and tasks in the system, even though they were interested in only the resources of a specific task or process. Passing the additional parameters, people can now create an iterator to go through all resources or only the resources of a task.
Acked-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>