X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=6cb216723a2e8aa11dd47a75d84b426283e4513d;hb=6214c229b2dd806ee49df67da89d418053b54c06;hp=0b471bd4056dea3b30cd714dc1c1040d91dfbf69;hpb=2efa0d6c03b0692858e0f6948b451116eb8ebcb3;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index 0b471bd4..6cb21672 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -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;