diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-03-24 08:44:38 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-24 08:46:17 +0100 |
| commit | 9fa8161a2c4ed77e37b72a040bbf3f955d23b1f7 (patch) | |
| tree | 56efd7a12102e90bc9b256cca46d058faf3fe898 | |
| parent | 2ab437bb1e9f9f34d2e080ad11c944464a8bd944 (diff) | |
dashboard/config: set hung_task_all_cpu_backtrace=1
See https://lkml.org/lkml/2020/3/23/973
We still want the backtraces.
| -rw-r--r-- | dashboard/config/upstream-apparmor.cmdline | 1 | ||||
| -rw-r--r-- | dashboard/config/upstream-selinux.cmdline | 1 | ||||
| -rw-r--r-- | dashboard/config/upstream-smack.cmdline | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/upstream-apparmor.cmdline b/dashboard/config/upstream-apparmor.cmdline index dc446e318..b7355cd0d 100644 --- a/dashboard/config/upstream-apparmor.cmdline +++ b/dashboard/config/upstream-apparmor.cmdline @@ -17,3 +17,4 @@ numa=fake=2 nopcid dummy_hcd.num=8 binder.debug_mask=0 +hung_task_all_cpu_backtrace=1 diff --git a/dashboard/config/upstream-selinux.cmdline b/dashboard/config/upstream-selinux.cmdline index e307c805f..c957a6795 100644 --- a/dashboard/config/upstream-selinux.cmdline +++ b/dashboard/config/upstream-selinux.cmdline @@ -17,3 +17,4 @@ numa=fake=2 nopcid dummy_hcd.num=8 binder.debug_mask=0 +hung_task_all_cpu_backtrace=1 diff --git a/dashboard/config/upstream-smack.cmdline b/dashboard/config/upstream-smack.cmdline index 92b809152..bad5c1fa8 100644 --- a/dashboard/config/upstream-smack.cmdline +++ b/dashboard/config/upstream-smack.cmdline @@ -17,3 +17,4 @@ numa=fake=2 nopcid dummy_hcd.num=8 binder.debug_mask=0 +hung_task_all_cpu_backtrace=1 |
