Searched refs:run_command (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c78 run_command("UPTIME", 10, "uptime", NULL);
80 run_command("CPU INFO", 10, "top", "-n", "1", "-d", "1", "-m", "30", "-t", NULL);
81 run_command("PROCRANK", 20, "procrank", NULL);
96 run_command("PROCESSES", 10, "ps", "-P", NULL);
97 run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);
98 run_command("LIBRANK", 10, "librank", NULL);
102 run_command("LIST OF OPEN FILES", 10, SU_PATH, "root", "lsof", NULL);
108 run_command("SYSTEM LOG", 20, "logcat", "-v", "threadtime", "-d", "*:v", NULL);
109 run_command("EVENT LOG", 20, "logcat", "-b", "events", "-v", "threadtime", "-d", "*:v", NULL);
110 run_command("RADI
[all...]
H A Ddumpstate.h30 int run_command(const char *title, int timeout_seconds, const char *command, ...);
H A Dutils.c141 run_command(title, 10, SU_PATH, "root", "showmap", arg, NULL);
186 int run_command(const char *title, int timeout_seconds, const char *command, ...) { function
520 run_command(NULL, 5, "/system/bin/stagefright", "-o", "-a", path, NULL);

Completed in 40 milliseconds