Loading cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,8 @@ static void dumpstate() { dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state"); dump_file("KERNEL SYNC", "/d/sync"); run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL); run_command("PROCESSES AND THREADS", 10, "toybox", "ps", "-A", "-T", "-Z", "-O", "pri,nice,rtprio,sched,pcy", NULL); run_command("LIBRANK", 10, "librank", NULL); do_dmesg(); Loading Loading
cmds/dumpstate/dumpstate.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,8 @@ static void dumpstate() { dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state"); dump_file("KERNEL SYNC", "/d/sync"); run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL); run_command("PROCESSES AND THREADS", 10, "toybox", "ps", "-A", "-T", "-Z", "-O", "pri,nice,rtprio,sched,pcy", NULL); run_command("LIBRANK", 10, "librank", NULL); do_dmesg(); Loading