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

From: Florian Schmidt
Date: Wed Sep 11 2019 - 06:32:18 EST


Hi Daniel,

On 04/09/2019 21:44, Daniel Jordan wrote:
> On Tue, Sep 03, 2019 at 11:14:12AM +0000, 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 appropriate Fixes tags here.

Good point, I'll add

Fixes: 3481c37ffa1d ("mm/vmscan: drop may_writepage and classzone_idx
from direct reclaim begin template")
Fixes: 3b775998eca7 ("include/trace/events/vmscan.h: drop zone id from
kswapd tracepoints")

in v2.

Thanks for the feedback,
Florian