summaryrefslogtreecommitdiff
path: root/runner/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'runner/executor.c')
-rw-r--r--runner/executor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/runner/executor.c b/runner/executor.c
index b85cdb44..06390262 100644
--- a/runner/executor.c
+++ b/runner/executor.c
@@ -702,7 +702,8 @@ static void kmsg_log(int severity, const char *msg)
static const char *show_kernel_task_state(const char *msg)
{
kmsg_log(KMSG_WARN, msg);
- sysrq('t');
+ sysrq('t'); /* task state, stack traces and cpu run lists */
+ sysrq('m'); /* task memory usage */
return msg;
}