From: compudj Date: Thu, 6 Apr 2006 21:47:04 +0000 (+0000) Subject: add int instrumentation X-Git-Tag: 0.80~188 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e61747d363764e77ac8fa57db5aa32102f3d7666;p=ltt-control.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 d5df207..013aa50 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 9b80fcc..93638bd 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. + + +