From: compudj Date: Fri, 2 Dec 2005 00:16:52 +0000 (+0000) Subject: kernel state dump XML facility for genevent new X-Git-Tag: v0.12.20~2132 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=417de94147100fe7197a071b09df2bb7626491bb;p=lttv.git kernel state dump XML facility for genevent new git-svn-id: http://ltt.polymtl.ca/svn@1357 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/facilities/statedump.xml b/ltt/branches/poly/facilities/statedump.xml new file mode 100644 index 00000000..d1ac85ab --- /dev/null +++ b/ltt/branches/poly/facilities/statedump.xml @@ -0,0 +1,40 @@ + + The statedump facility contains the events generated at trace startup + + + List of open file descriptors + File name + Process identifier + File descriptor index in this process's task_struct + + + + List of active vm maps + VM's start address + VM's end address + VM area flags + VM's page offset + Inode associated with this VM + + + + List of loaded kernel modules + Module name + Module's state + Number of references to this module + + + + List of registered interrupts + Interrupt name + action triggered by interrupt + Interrupt number + + + + Kernel state dump complete + + + + +