From e61747d363764e77ac8fa57db5aa32102f3d7666 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 6 Apr 2006 21:47:04 +0000 Subject: [PATCH] add int instrumentation git-svn-id: http://ltt.polymtl.ca/svn@1753 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/configure.in | 2 +- ltt-control/facilities/locking.xml | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) 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. + + + -- 2.34.1