summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmds/dumpstate/dumpstate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index ab2376b22..9a13499db 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -313,7 +313,6 @@ static void dumpstate() {
313 dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state"); 313 dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
314 dump_file("KERNEL SYNC", "/d/sync"); 314 dump_file("KERNEL SYNC", "/d/sync");
315 315
316 run_command("PROCESSES", 10, "ps", "-P", NULL);
317 run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL); 316 run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL);
318 run_command("LIBRANK", 10, "librank", NULL); 317 run_command("LIBRANK", 10, "librank", NULL);
319 318