aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mt_wq_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mt_wq_debug.h')
-rw-r--r--include/linux/mt_wq_debug.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mt_wq_debug.h b/include/linux/mt_wq_debug.h
new file mode 100644
index 000000000..0dbf099b2
--- /dev/null
+++ b/include/linux/mt_wq_debug.h
@@ -0,0 +1,7 @@
+
+#define WQ_DUMP_QUEUE_WORK 0x1
+#define WQ_DUMP_ACTIVE_WORK 0x2
+#define WQ_DUMP_EXECUTE_WORK 0x4
+
+extern int wq_tracing;
+extern int wq_debugger_enable;