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

2019-08-15 Thread Florian Schmidt
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. Signed-off-by: Florian Schmidt --- .../postprocess/trace-vmscan-postprocess.pl | 23

[PATCH 0/2] trace-vmscan-postprocess: fix parsing and output

2019-08-15 Thread Florian Schmidt
acing. A side remark: parsing the trace output for mm_vmscan_lru_shrink_active has been in the script ever since it was created in 2010, but at no point the parsed output was ever used for anything. I updated the parsing code now, but I wonder if we could just get rid of that part... Florian Schmidt (2

[PATCH 2/2] trace-vmscan-postprocess: fix output table spacing

2019-08-15 Thread Florian Schmidt
Fix spacing so that both the headers in themselves, as well as the output of the two tables related to each other, are properly aligned. Signed-off-by: Florian Schmidt --- Documentation/trace/postprocess/trace-vmscan-postprocess.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH 2/2] trace-vmscan-postprocess: fix output table spacing

2019-09-03 Thread Florian Schmidt
Fix spacing so that both the headers in themselves, as well as the output of the two tables related to each other, are properly aligned. Signed-off-by: Florian Schmidt --- Documentation/trace/postprocess/trace-vmscan-postprocess.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH 0/2] trace-vmscan-postprocess: fix parsing and output

2019-09-03 Thread Florian Schmidt
acing. A side remark: parsing the trace output for mm_vmscan_lru_shrink_active has been in the script ever since it was created in 2010, but at no point the parsed output was ever used for anything. I updated the parsing code now, but I wonder if we could just get rid of that part... Florian Schmidt (2

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

2019-09-03 Thread Florian Schmidt
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. Signed-off-by: Florian Schmidt --- .../postprocess/trace-vmscan-postprocess.pl | 23

Re: [PATCH 0/2] trace-vmscan-postprocess: fix parsing and output

2019-09-11 Thread Florian Schmidt
Hi Daniel, On 04/09/2019 21:42, Daniel Jordan wrote: >> In addition, the tables that are printed by the script were not properly >> aligned any more, so patch 2 fixes the spacing. > > Nit, not for Pages Scanned. With your series I get > > Kswapd Kswapd Order Pages Pages

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

2019-09-11 Thread Florian Schmidt
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 >>

[PATCH v2 0/2] trace-vmscan-postprocess: fix parsing and output

2019-09-11 Thread Florian Schmidt
acing. Changes since v1: * Added "Fixes:" lines to commit meessage in patch 1 * Fixed a spacing issue in patch 2 Florian Schmidt (2): trace-vmscan-postprocess: sync with tracepoints updates trace-vmscan-postprocess: fix output table spacing .../postprocess/trace-vmscan-postprocess

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

2019-09-11 Thread Florian Schmidt
irect reclaim begin template") Fixes: 3b775998eca7 ("include/trace/events/vmscan.h: drop zone id from kswapd tracepoints") Signed-off-by: Florian Schmidt --- .../postprocess/trace-vmscan-postprocess.pl | 23 +-- 1 file changed, 11 insertions(+), 12 deletions(-) diff -

[PATCH v2 2/2] trace-vmscan-postprocess: fix output table spacing

2019-09-11 Thread Florian Schmidt
Fix spacing so that both the headers in themselves, as well as the output of the two tables related to each other, are properly aligned. Signed-off-by: Florian Schmidt --- Documentation/trace/postprocess/trace-vmscan-postprocess.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[PATCH] Documentation: Fix 'file_mapped' -> 'mapped_file'

2018-01-30 Thread Florian Schmidt
There is no entry file_mapped in the memory.stat file. This looks like a simple word flip that's gone unnoticed since 2010 (dc10e281f5fc, memcg: update documentation). Signed-off-by: Florian Schmidt --- Documentation/cgroup-v1/memory.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 dele