fix irq list > 256
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 0b471bd4056dea3b30cd714dc1c1040d91dfbf69..6cb216723a2e8aa11dd47a75d84b426283e4513d 100644 (file)
@@ -290,6 +290,8 @@ struct _LttvTraceState {
   guint  nb_syscalls;
   GQuark *trap_names;
   guint  nb_traps;
+  guint  nb_irqs;
+  guint  nb_softirqs;
   GQuark *irq_names;
   GQuark *soft_irq_names;
   LttTime *max_time_state_recomputed_in_seek;
This page took 0.023164 seconds and 4 git commands to generate.