diff options
author | Chen Yucong <slaoub@gmail.com> | 2014-07-02 15:22:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-03 09:21:54 -0700 |
commit | b27ebf77919fdc4e7f76b1972307c30c4a3c8859 (patch) | |
tree | 2c52e690ea0c5b8eb937cd1c6e9b093c5480c55c /mm | |
parent | 496a8e68654a5f42db90c650be305dcb50bfebdb (diff) | |
download | linux-stable-b27ebf77919fdc4e7f76b1972307c30c4a3c8859.tar.gz linux-stable-b27ebf77919fdc4e7f76b1972307c30c4a3c8859.tar.bz2 linux-stable-b27ebf77919fdc4e7f76b1972307c30c4a3c8859.zip |
mm:vmscan: update the trace-vmscan-postprocess.pl for event vmscan/mm_vmscan_lru_isolate
When using trace-vmscan-postprocess.pl for checking the file/anon rate
of scanning, we can find that it can not be performed. At the same
time, the following message will be reported:
WARNING: Format not as expected for event vmscan/mm_vmscan_lru_isolate
'file' != 'contig_taken' Fewer fields than expected in format at
./trace-vmscan-postprocess.pl line 171, <FORMAT> line 76.
In trace-vmscan-postprocess.pl, (contig_taken, contig_dirty, and
contig_failed) are be associated respectively to (nr_lumpy_taken,
nr_lumpy_dirty, and nr_lumpy_failed) for lumpy reclaim. Via commit
c53919adc045 ("mm: vmscan: remove lumpy reclaim"), lumpy reclaim had
already been removed by Mel, but the update for
trace-vmscan-postprocess.pl was missed.
Signed-off-by: Chen Yucong <slaoub@gmail.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions