diff options
author | 2012-05-29 15:06:44 -0700 | |
---|---|---|
committer | 2012-05-29 16:22:23 -0700 | |
commit | be9cd873e2a706a688e37224d48e135efd8c0d26 (patch) | |
tree | 7e962e6da0b1cd010ded0b1901394c78e85863e2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm: move readahead syscall to mm/readahead.c (diff) | |
download | linux-dev-be9cd873e2a706a688e37224d48e135efd8c0d26.tar.xz linux-dev-be9cd873e2a706a688e37224d48e135efd8c0d26.zip |
mm/buddy: dump PG_compound_lock page flag
The array pageflag_names[] does conversion from page flags into their
corresponding names so that a meaningful representation of the
corresponding page flag can be printed. This mechanism is used while
dumping page frames. However, the array missed PG_compound_lock. So
the PG_compound_lock page flag would be printed as a digital number
instead of a meaningful string.
The patch fixes that and prints "compound_lock" for the PG_compound_lock
page flag.
Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions