[PATCH 1/2] trace-vmscan-postprocess: sync with tracepoints updates

2023-09-14 Thread Vlastimil Babka
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

Re: [PATCH 1/2] trace-vmscan-postprocess: sync with tracepoints updates

2019-09-04 Thread Daniel Jordan
On Tue, Sep 03, 2019 at 11:14:12AM +, Florian Schmidt wrote: > mm_vmscan_{direct_reclaim_begin,wakeup_kswapd,lru_isolate,lru_shrink_active} > changed their output to the point where the script throws warnings and > errors. Update it to be properly in line with those changes. Could use the