Fix softirq raise dynamic expand
[lttv.git] / lttv / lttv / state.h
index 3f5ca849b8895aa274f50bc48e7ef7a872f3e7fc..ef22627f8447defc376f74c3409a895e08193546 100644 (file)
 
 #define LTTV_STATE_SAVE_INTERVAL 50000
 
+
+#define PREALLOC_NB_SYSCALLS   256
+/*
+ * As of 2.6.38, IRQ 239 has been seen (and we have seen higher than
+ * 256 too.
+ */
+#define PREALLOC_NB_IRQS       512
+/* As of 2.6.38, 255 softirqs are used. */
+#define PREALLOC_NB_SOFT_IRQS  512
+#define PREALLOC_NB_TRAPS      256
+
 /* Channel Quarks */
 
 extern GQuark
This page took 0.022433 seconds and 4 git commands to generate.