Re: [PATCH 2/5] tools/mm: Remove references to free_ts from page_owner_sort

From: Vlastimil Babka
Date: Tue Oct 17 2023 - 04:10:34 EST


On 10/13/23 21:03, Audra Mitchell wrote:
> With the removal of free timestamps from page_owner output, we no longer
> need to handle this case or the "unreleased" case. Remove all references
> to both cases.
>
> Signed-off-by: Audra Mitchell <audra@xxxxxxxxxx>

Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>

But geez, tools like this one would be easier to do e.g. in python these days :)