From 51c210eead5a6156225ac8c41a058784c83f39f1 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 10 Feb 2006 03:47:21 +0000 Subject: [PATCH] LTTV 0.8.18 : add XML git-svn-id: http://ltt.polymtl.ca/svn@1541 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/facilities/locking.xml | 24 ++++++++++++++++++ .../poly/facilities/stack_arch_i386.xml | 25 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 ltt/branches/poly/facilities/locking.xml create mode 100644 ltt/branches/poly/facilities/stack_arch_i386.xml diff --git a/ltt/branches/poly/facilities/locking.xml b/ltt/branches/poly/facilities/locking.xml new file mode 100644 index 00000000..f591f434 --- /dev/null +++ b/ltt/branches/poly/facilities/locking.xml @@ -0,0 +1,24 @@ + + The locking facility instruments the kernel locking. + + Takes a spinlock + Spinlock address + + + + Tries a spinlock + Spinlock address + + + + Get a spinlock + Spinlock address + + + + Releases a spinlock + Spinlock address + + + + diff --git a/ltt/branches/poly/facilities/stack_arch_i386.xml b/ltt/branches/poly/facilities/stack_arch_i386.xml new file mode 100644 index 00000000..8499e264 --- /dev/null +++ b/ltt/branches/poly/facilities/stack_arch_i386.xml @@ -0,0 +1,25 @@ + + The stack facility has events related to getting process stack. + + + Process EIP on the user stack + Sequence of EIP + + + + + + + + + EIP on the kernel stack + Sequence of EIP + + + + + + + + + -- 2.34.1