Loading cmds/dumpstate/dumpstate.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,11 @@ static void dumpstate(int full) { PRINT("------ VIRTUAL MEMORY STATS ------"); DUMP("/proc/vmstat"); PRINT("------ SLAB INFO ------"); #if 0 DUMP("/proc/slabinfo"); #else PRINT("temporarily disabled to avoid kernel crasher"); #endif PRINT("------ ZONEINFO ------"); DUMP("/proc/zoneinfo"); PRINT("------ SYSTEM LOG ------"); Loading Loading
cmds/dumpstate/dumpstate.c +4 −0 Original line number Diff line number Diff line Loading @@ -49,7 +49,11 @@ static void dumpstate(int full) { PRINT("------ VIRTUAL MEMORY STATS ------"); DUMP("/proc/vmstat"); PRINT("------ SLAB INFO ------"); #if 0 DUMP("/proc/slabinfo"); #else PRINT("temporarily disabled to avoid kernel crasher"); #endif PRINT("------ ZONEINFO ------"); DUMP("/proc/zoneinfo"); PRINT("------ SYSTEM LOG ------"); Loading