From 66ad5b240aec3dfe4948a86bec5f845031436bc8 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 2 Apr 2007 22:40:22 +0000 Subject: [PATCH] update facilities git-svn-id: http://ltt.polymtl.ca/svn@2465 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/Makefile.am | 8 ++------ ltt-control/facilities/fs.xml | 4 ++-- ltt-control/facilities/kernel.xml | 15 +++++++-------- ltt-control/facilities/kernel_arch_i386.xml | 2 +- ltt-control/facilities/kernel_process.xml | 4 ---- ltt-control/facilities/list.xml | 2 +- ltt-control/facilities/stack.xml | 2 +- 7 files changed, 14 insertions(+), 23 deletions(-) delete mode 100644 ltt-control/facilities/kernel_process.xml diff --git a/ltt-control/facilities/Makefile.am b/ltt-control/facilities/Makefile.am index 51baa79..2a69880 100644 --- a/ltt-control/facilities/Makefile.am +++ b/ltt-control/facilities/Makefile.am @@ -14,10 +14,8 @@ kernel_arch_x86_64.xml \ locking.xml \ mm.xml \ net.xml \ -process.xml \ -stack.xml \ +stack_arch_i386.xml \ list.xml \ -timer.xml \ user_generic.xml \ xen.xml \ compact.xml @@ -37,10 +35,8 @@ kernel_arch_x86_64.xml \ locking.xml \ mm.xml \ net.xml \ -process.xml \ -stack.xml \ +stack_arch_i386.xml \ list.xml \ -timer.xml \ user_generic.xml \ xen.xml \ compact.xml diff --git a/ltt-control/facilities/fs.xml b/ltt-control/facilities/fs.xml index 75a8f83..4d836ca 100644 --- a/ltt-control/facilities/fs.xml +++ b/ltt-control/facilities/fs.xml @@ -109,7 +109,7 @@ File descriptor Number of bytes to read data read - + @@ -121,7 +121,7 @@ File descriptor Number of bytes to write data written - + diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index b314ad3..cb6992d 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -95,32 +95,32 @@ - + Process exit PID of the process we are waiting for State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped - + Process exit PID of the process we are waiting for State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped - + Process exit PID of the process we are waiting for State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped - + Process exit PID of the process we are waiting for State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped Destination CPU - + Process exit Previously scheduled PID Next PID to be scheduled @@ -231,12 +231,12 @@ Tasklet data address - + Process exit PID of the kthread we stop - + Process exit Return value of the kthread_stop call @@ -255,7 +255,6 @@ - Entry in an irq IRQ number diff --git a/ltt-control/facilities/kernel_arch_i386.xml b/ltt-control/facilities/kernel_arch_i386.xml index 19523ef..c921254 100644 --- a/ltt-control/facilities/kernel_arch_i386.xml +++ b/ltt-control/facilities/kernel_arch_i386.xml @@ -352,7 +352,7 @@ First argument - + Just created a new kernel thread PID of the kernel thread Function called diff --git a/ltt-control/facilities/kernel_process.xml b/ltt-control/facilities/kernel_process.xml deleted file mode 100644 index 604d374..0000000 --- a/ltt-control/facilities/kernel_process.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - The process facility has events related to process handling in the kernel. - diff --git a/ltt-control/facilities/list.xml b/ltt-control/facilities/list.xml index 920bb20..69db03d 100644 --- a/ltt-control/facilities/list.xml +++ b/ltt-control/facilities/list.xml @@ -1,5 +1,5 @@ - + The statedump facility contains the events generated at trace startup diff --git a/ltt-control/facilities/stack.xml b/ltt-control/facilities/stack.xml index 6e3c3e5..e0c79e9 100644 --- a/ltt-control/facilities/stack.xml +++ b/ltt-control/facilities/stack.xml @@ -3,7 +3,7 @@ The stack facility has events related to getting process stack. - Dump process EIPs on the user stackfor a 32 bits process + Dump process EIPs on the user stack for a 32 bits process Sequence of EIP -- 2.34.1