X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;fp=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstate.h;h=523e058b2cdd107d851f219ba0850bfb08cddc76;hb=a970363f31999693ffbc0d7d6cf8a15d03677d64;hp=87a89b992c213e243c67567c0f0aef1be849d4b4;hpb=227c6dfcb4dba958cebf8d5e51fbf01b03ce7341;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/state.h b/ltt/branches/poly/lttv/lttv/state.h index 87a89b99..523e058b 100644 --- a/ltt/branches/poly/lttv/lttv/state.h +++ b/ltt/branches/poly/lttv/lttv/state.h @@ -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;