summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-10-29 17:10:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-29 17:10:16 -0700
commit5b47c5c574d8d3bf8e73ea4fd7a08e0d881d461c (patch)
tree75a8d94a5aed70341c739246b4221ce4e6993d90
parent40cd45151513ecc02c95e0cc1b40480dd816cdd4 (diff)
parent742801c625ecb09fbe14e717fa5d580b3957ed4a (diff)
downloadnative-5b47c5c574d8d3bf8e73ea4fd7a08e0d881d461c.tar.gz
am 742801c6: am 2281af96: dumpstate: add kernel memory fragmentation unusable index
* commit '742801c625ecb09fbe14e717fa5d580b3957ed4a': dumpstate: add kernel memory fragmentation unusable index
-rw-r--r--cmds/dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index ef5c2e9048..f3fcca05ab 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -85,6 +85,7 @@ static void dumpstate() {
dump_file("ZONEINFO", "/proc/zoneinfo");
dump_file("PAGETYPEINFO", "/proc/pagetypeinfo");
dump_file("BUDDYINFO", "/proc/buddyinfo");
+ dump_file("FRAGMENTATION INFO", "/d/extfrag/unusable_index");
dump_file("KERNEL WAKELOCKS", "/proc/wakelocks");