linux/tools/mm
Audra Mitchell 63a150623a tools/mm: filter out timestamps for correct collation
With the introduction of allocation timestamps being included in
page_owner output, each record becomes unique due to the timestamp
nanosecond granularity.  Remove the check in add_list that tries to
collate each record during processing as the memcmp() is just additional
overhead at this point.

Also keep the allocation timestamps, but allow collation to occur without
consideration of the allocation timestamp except in the case were
allocation timestamps are requested by the user (the -a option).

Link: https://lkml.kernel.org/r/20231013190350.579407-4-audra@redhat.com
Signed-off-by: Audra Mitchell <audra@redhat.com>
Acked-by: Rafael Aquini <aquini@redhat.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Georgi Djakov <djakov@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-10-18 14:34:19 -07:00
..
.gitignore
Makefile tools/mm: fix undefined reference to pthread_once 2023-09-05 10:13:45 -07:00
page_owner_sort.c tools/mm: filter out timestamps for correct collation 2023-10-18 14:34:19 -07:00
page-types.c mm, page_flags: remove PG_slob_free 2023-03-29 10:32:03 +02:00
slabinfo-gnuplot.sh
slabinfo.c