Lines Matching refs:run_command
72 run_command("CPU INFO", 10, "top", "-n", "1", "-d", "1", "-m", "30", "-t", NULL); in dumpstate()
73 run_command("PROCRANK", 20, "procrank", NULL); in dumpstate()
79 run_command("SYSTEM LOG", 20, "logcat", "-v", "time", "-d", "*:v", NULL); in dumpstate()
99 run_command("EVENT LOG", 20, "logcat", "-b", "events", "-v", "time", "-d", "*:v", NULL); in dumpstate()
100 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "time", "-d", "*:v", NULL); in dumpstate()
102 run_command("NETWORK INTERFACES", 10, "netcfg", NULL); in dumpstate()
107 run_command("DUMP WIFI FIRMWARE LOG", 60, in dumpstate()
113 run_command("KERNEL LOG", 20, "dmesg", NULL); in dumpstate()
118 run_command("VOLD DUMP", 10, "vdc", "dump", NULL); in dumpstate()
119 run_command("SECURE CONTAINERS", 10, "vdc", "asec", "list", NULL); in dumpstate()
121 run_command("PROCESSES", 10, "ps", "-P", NULL); in dumpstate()
122 run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL); in dumpstate()
123 run_command("LIBRANK", 10, "librank", NULL); in dumpstate()
131 run_command("FILESYSTEMS & FREE SPACE", 10, "df", NULL); in dumpstate()
137 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL); in dumpstate()
163 run_command("DUMPSYS", 60, "dumpsys", NULL); in dumpstate()