aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorWu Fengguang <[email protected]>2010-12-02 14:31:13 -0800
committerLinus Torvalds <[email protected]>2010-12-02 14:51:14 -0800
commite172662d113ceb22db727a979bb35b9c02f703b5 (patch)
treee641aadf75466f68bceece0974e974e6edfa1a94 /tools/perf/util/trace-event-scripting.c
parent55cfaa3cbdd29c4919ecb5fb8965c310f357e48c (diff)
vmstat: fix dirty threshold ordering
The nr_dirty_[background_]threshold fields are misplaced before the numa_* fields, and users will read strange values. This is the right order. Before patch, nr_dirty_background_threshold will read as 0 (the value from numa_miss). numa_hit 128501 numa_miss 0 numa_foreign 0 numa_interleave 7388 numa_local 128501 numa_other 0 nr_dirty_threshold 144291 nr_dirty_background_threshold 72145 Signed-off-by: Wu Fengguang <[email protected]> Cc: Michael Rubin <[email protected]> Reviewed-by: KOSAKI Motohiro <[email protected]> Reviewed-by: Minchan Kim <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions