[PATCH 25/25] HAX: dept: Increase DEPT_MAX_WAIT_HIST / DEPT_MAX_ECXT_HELD to track more

Gwan-gyeong Mun gwan-gyeong.mun at intel.com
Fri Nov 4 09:22:53 UTC 2022


Signed-off-by: Gwan-gyeong Mun <gwan-gyeong.mun at intel.com>
---
 include/linux/dept.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/dept.h b/include/linux/dept.h
index dab75180941e..4803aebecd82 100644
--- a/include/linux/dept.h
+++ b/include/linux/dept.h
@@ -17,8 +17,8 @@
 struct task_struct;
 
 #define DEPT_MAX_STACK_ENTRY		16
-#define DEPT_MAX_WAIT_HIST		64
-#define DEPT_MAX_ECXT_HELD		48
+#define DEPT_MAX_WAIT_HIST		256
+#define DEPT_MAX_ECXT_HELD		96
 
 #define DEPT_MAX_SUBCLASSES		16
 #define DEPT_MAX_SUBCLASSES_EVT		2
-- 
2.37.1



More information about the Intel-gfx-trybot mailing list