[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
Tue Jan 3 11:16:15 UTC 2023
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 4387d5a5d5a9..518dcd67cbc4 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