From: compudj Date: Thu, 6 Apr 2006 21:47:04 +0000 (+0000) Subject: add int instrumentation X-Git-Tag: v0.12.20~1736 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=c389e9d656893808b1dd0c82145bd31bedb0e963;hp=6ed340012556f828862d6b139345d081ac819645;p=lttv.git add int instrumentation git-svn-id: http://ltt.polymtl.ca/svn@1753 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt-control/configure.in b/ltt-control/configure.in index d5df2076..013aa50a 100644 --- a/ltt-control/configure.in +++ b/ltt-control/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(ltt-control,0.4-03042006) +AM_INIT_AUTOMAKE(ltt-control,0.5-06042006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt-control/facilities/locking.xml b/ltt-control/facilities/locking.xml index 9b80fcc9..93638bda 100644 --- a/ltt-control/facilities/locking.xml +++ b/ltt-control/facilities/locking.xml @@ -21,5 +21,44 @@ Spinlock address + + Disable IRQ, saving state + + Instruction pointer where the irq_save is located. + + + + Saved IRQ state. + + + + + + Disable IRQ, saving state + + Instruction pointer where the irq_restore is located. + + + + Restored IRQ state. + + + + + + Disable IRQ + + Instruction pointer where the irq_disable is located. + + + + + + Disable IRQ + + Instruction pointer where the irq_enable is located. + + +