aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMahendran Ganesh <[email protected]>2014-12-12 16:57:04 -0800
committerLinus Torvalds <[email protected]>2014-12-13 12:42:50 -0800
commitd49b1c254c997195872a9e8913660a788298921e (patch)
treede1bffecf5260e209c156e265a957484364a6f5b /tools/perf/scripts/python/event_analyzing_sample.py
parent40f9fb8cffc6a20ae269e3b43dfba7a4f65d7f50 (diff)
mm/zram: correct ZRAM_ZERO flag bit position
In struct zram_table_entry, the element *value* contains obj size and obj zram flags. Bit 0 to bit (ZRAM_FLAG_SHIFT - 1) represent obj size, and bit ZRAM_FLAG_SHIFT to the highest bit of unsigned long represent obj zram_flags. So the first zram flag(ZRAM_ZERO) should be from ZRAM_FLAG_SHIFT instead of (ZRAM_FLAG_SHIFT + 1). This patch fixes this cosmetic issue. Also fix a typo, "page in now accessed" -> "page is now accessed" Signed-off-by: Mahendran Ganesh <[email protected]> Acked-by: Minchan Kim <[email protected]> Acked-by: Weijie Yang <[email protected]> Acked-by: Sergey Senozhatsky <[email protected]> Cc: Nitin Gupta <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions