From: compudj Date: Fri, 10 Feb 2006 03:47:21 +0000 (+0000) Subject: LTTV 0.8.18 : add XML X-Git-Tag: v0.12.20~1948 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=51c210eead5a6156225ac8c41a058784c83f39f1;p=lttv.git LTTV 0.8.18 : add XML git-svn-id: http://ltt.polymtl.ca/svn@1541 04897980-b3bd-0310-b5e0-8ef037075253 --- 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 + + + + + + + + +