state.c: track softirq raises
[lttv.git] / ltt / branches / poly / lttv / lttv / state.h
index 87a89b992c213e243c67567c0f0aef1be849d4b4..523e058b2cdd107d851f219ba0850bfb08cddc76 100644 (file)
@@ -73,6 +73,7 @@ extern GQuark
     LTT_EVENT_TRAP_EXIT,
     LTT_EVENT_IRQ_ENTRY,
     LTT_EVENT_IRQ_EXIT,
+    LTT_EVENT_SOFT_IRQ_RAISE,
     LTT_EVENT_SOFT_IRQ_ENTRY,
     LTT_EVENT_SOFT_IRQ_EXIT,
     LTT_EVENT_SCHED_SCHEDULE,
@@ -326,6 +327,7 @@ typedef struct _LttvIRQState {
 } LttvIRQState;
 
 typedef struct _LttvSoftIRQState {
+  guint pending; /* number of times it is pending */
   guint running; /* number of times it is currently running (on different processors) */
 } LttvSoftIRQState;
 
This page took 0.026939 seconds and 4 git commands to generate.