From b21482e79b375b93d0a09438dbc6fb4b8de83025 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 Mar 2007 03:47:00 +0000 Subject: [PATCH] update git-svn-id: http://ltt.polymtl.ca/svn@2454 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/Makefile.am | 12 ++---- ltt-control/facilities/fs.xml | 22 ++++------- ltt-control/facilities/ipc.xml | 7 ---- ltt-control/facilities/kernel.xml | 10 ----- ltt-control/facilities/kernel_arch_i386.xml | 23 +++++++++++ ltt-control/facilities/{memory.xml => mm.xml} | 38 ++++++++++--------- ltt-control/facilities/process.xml | 7 ---- 7 files changed, 56 insertions(+), 63 deletions(-) rename ltt-control/facilities/{memory.xml => mm.xml} (75%) diff --git a/ltt-control/facilities/Makefile.am b/ltt-control/facilities/Makefile.am index 0e181eb..f5c9879 100644 --- a/ltt-control/facilities/Makefile.am +++ b/ltt-control/facilities/Makefile.am @@ -13,15 +13,13 @@ kernel_arch_powerpc.xml \ kernel_arch_ppc.xml \ kernel_arch_x86_64.xml \ locking.xml \ -memory.xml \ -network.xml \ +mm.xml \ +net.xml \ process.xml \ -socket.xml \ stack.xml \ statedump.xml \ timer.xml \ user_generic.xml \ -network_ip_interface.xml \ xen.xml \ compact.xml @@ -39,15 +37,13 @@ kernel_arch_powerpc.xml \ kernel_arch_ppc.xml \ kernel_arch_x86_64.xml \ locking.xml \ -memory.xml \ -network.xml \ +mm.xml \ +net.xml \ process.xml \ -socket.xml \ stack.xml \ statedump.xml \ timer.xml \ user_generic.xml \ -network_ip_interface.xml \ xen.xml \ compact.xml diff --git a/ltt-control/facilities/fs.xml b/ltt-control/facilities/fs.xml index 45eb07e..266efa2 100644 --- a/ltt-control/facilities/fs.xml +++ b/ltt-control/facilities/fs.xml @@ -2,12 +2,12 @@ The fs facility contains events related to file system operation - + Staring to wait for a buffer Address of the buffer head. - + Ending to wait for a buffer Address of the buffer head. @@ -15,22 +15,16 @@ Executing a file File name - - - - + Opening a file + File descriptor File name - - - - + - File descriptor @@ -96,7 +90,7 @@ Do a IOCTL on a file descriptor File descriptor Command - Argument + Argument @@ -105,9 +99,9 @@ Timeout - + Do a poll on a file descriptor - File descriptor + File descriptor diff --git a/ltt-control/facilities/ipc.xml b/ltt-control/facilities/ipc.xml index 3326bf0..45541c9 100644 --- a/ltt-control/facilities/ipc.xml +++ b/ltt-control/facilities/ipc.xml @@ -2,13 +2,6 @@ The ipc facility contains events related to Inter Process Communication - - - IPC call - Number of IPC call - First argument - - Get an IPC message queue identifier Message queue identifier diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index 4af2585..7a406f6 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -16,16 +16,6 @@ - - Entry in a trap - Trap number - Address where trap occured - - - - Exit from a trap - - Soft IRQ entry Soft IRQ number diff --git a/ltt-control/facilities/kernel_arch_i386.xml b/ltt-control/facilities/kernel_arch_i386.xml index 6728d83..19523ef 100644 --- a/ltt-control/facilities/kernel_arch_i386.xml +++ b/ltt-control/facilities/kernel_arch_i386.xml @@ -326,6 +326,16 @@ + + Entry in a trap + Trap number + Address where trap occured + + + + Exit from a trap + + System call entry Syscall entry number in entry.S @@ -335,4 +345,17 @@ System call exit + + + IPC call + Number of IPC call + First argument + + + + Just created a new kernel thread + PID of the kernel thread + Function called + + diff --git a/ltt-control/facilities/memory.xml b/ltt-control/facilities/mm.xml similarity index 75% rename from ltt-control/facilities/memory.xml rename to ltt-control/facilities/mm.xml index c6825a7..a128376 100644 --- a/ltt-control/facilities/memory.xml +++ b/ltt-control/facilities/mm.xml @@ -2,6 +2,26 @@ The memory facility has memory management events. + + Entry in a trap + Trap number + Address where trap occured + + + + Exit from the fault handler + + + + Staring to wait for a page + Address of the page we wait for. + + + + Ending wait for a page + Address of the page we wait for. + + Page allocation Order of the page to allocate @@ -16,7 +36,7 @@ Page swapped into memory - Address of the page to swap in. + Address of the page to swap in. @@ -24,20 +44,4 @@ Address of the page to swap out. - - Staring to wait for a page - Address of the page we wait for. - - - - Ending wait for a page - Address of the page we wait for. - - - - Ending wait for a page - Address of the page faulted. - Instruction causing the fault. - - diff --git a/ltt-control/facilities/process.xml b/ltt-control/facilities/process.xml index 77e1e03..7d609a6 100644 --- a/ltt-control/facilities/process.xml +++ b/ltt-control/facilities/process.xml @@ -45,13 +45,6 @@ PID of the child process Thread group ID of the child process (POSIX PID) - - - Just created a new kernel thread - PID of the kernel thread - Function called - - Process exit -- 2.34.1