trace-vmscan-postprocess: sync with tracepoints updates
authorVlastimil Babka <vbabka@suse.cz>
Thu, 14 Sep 2023 13:16:38 +0000 (15:16 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Oct 2023 17:32:29 +0000 (10:32 -0700)
commit83121580f2eb487b7510fb892674c28412e7c73e
tree2a46206de94e40bc662fe838e4ab6a58a90a46d7
parent93b13ecaa713e1fcbf23b7483eec065d300c5ad8
trace-vmscan-postprocess: sync with tracepoints updates

The script has fallen behind tracepoint changes for a while, fix it up.

Most changes are mechanical (renames, removal of tracepoint parameters
that are not used by the script).  More notable change involves
mm_vmscan_lru_isolate which is relying on the isolate_mode to determine if
the inactive list is being scanned.  However the parameter currently only
indicates ISOLATE_UNMAPPED.  We can use the lru parameter instead to
determine which list is scanned, and stop checking isolate_mode.

Link: https://lkml.kernel.org/r/20230914131637.12204-3-vbabka@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Hugh Dickins <hughd@google.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/trace/postprocess/trace-vmscan-postprocess.pl