From 42bddb4f64fe65031145a2f65509b7b899abe22f Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 1 Dec 2005 19:13:04 +0000 Subject: [PATCH] change facilities to fit with genevent-new git-svn-id: http://ltt.polymtl.ca/svn@1351 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/facilities/core.xml | 48 +++++++--------- ltt/branches/poly/facilities/fs.xml | 60 +++++++------------- ltt/branches/poly/facilities/ipc.xml | 25 +++----- ltt/branches/poly/facilities/kernel.xml | 46 ++++++--------- ltt/branches/poly/facilities/memory.xml | 29 +++------- ltt/branches/poly/facilities/network.xml | 12 ++-- ltt/branches/poly/facilities/process.xml | 56 +++++++----------- ltt/branches/poly/facilities/s390_kernel.xml | 6 +- ltt/branches/poly/facilities/socket.xml | 46 ++++++--------- ltt/branches/poly/facilities/timer.xml | 20 +++---- 10 files changed, 123 insertions(+), 225 deletions(-) diff --git a/ltt/branches/poly/facilities/core.xml b/ltt/branches/poly/facilities/core.xml index c9004d3f..360ce161 100644 --- a/ltt/branches/poly/facilities/core.xml +++ b/ltt/branches/poly/facilities/core.xml @@ -3,22 +3,18 @@ Facility is loaded - - - - - - - - - + + + + + + + Facility is unloaded - - - + @@ -26,28 +22,26 @@ rollovers. Useful when only the 32 LSB of the TSC are saved in events header : we save the full 64 bits in this event. - + Facility is loaded while in state dump - - - - - - - - - + + + + + + + - - - - - + + + + + diff --git a/ltt/branches/poly/facilities/fs.xml b/ltt/branches/poly/facilities/fs.xml index 2e475023..4fbcf6d1 100644 --- a/ltt/branches/poly/facilities/fs.xml +++ b/ltt/branches/poly/facilities/fs.xml @@ -3,87 +3,65 @@ Staring to wait for a buffer - - Address of the buffer head. - + Address of the buffer head. Ending to wait for a buffer - - Address of the buffer head. - + Address of the buffer head. Executing a file - - File name - + File name Opening a file - - File name - File descriptor - + File name + File descriptor Closing a file descriptor - - File descriptor - + File descriptor Reading from a file descriptor - - File descriptor - Number of bytes to read - + File descriptor + Number of bytes to read Write to a file descriptor - - File descriptor - Number of bytes to write - + File descriptor + Number of bytes to write Seek a file descriptor - - File descriptor - Number of bytes to write - Number of bytes to write - + File descriptor + Number of bytes to write + Number of bytes to write Do a IOCTL on a file descriptor - - File descriptor - Command - Argument - + File descriptor + Command + Argument Do a select on a file descriptor - - File descriptor - Time out - + File descriptor + Time out Do a poll on a file descriptor - - File descriptor - + File descriptor diff --git a/ltt/branches/poly/facilities/ipc.xml b/ltt/branches/poly/facilities/ipc.xml index 1a0c47a7..c1eb1304 100644 --- a/ltt/branches/poly/facilities/ipc.xml +++ b/ltt/branches/poly/facilities/ipc.xml @@ -4,34 +4,27 @@ IPC call - - Number of IPC call + Number of IPC call - First argument - + First argument + Get an IPC message queue identifier - - Message queue identifier - Message flags - + Message queue identifier + Message flags Get an IPC semaphore identifier - - Semaphore identifier - Semaphore flags - + Semaphore identifier + Semaphore flags Get an IPC shared memory identifier - - Shared memory identifier - Shared memory flags - + Shared memory identifier + Shared memory flags diff --git a/ltt/branches/poly/facilities/kernel.xml b/ltt/branches/poly/facilities/kernel.xml index dd98a6c9..eb10f722 100644 --- a/ltt/branches/poly/facilities/kernel.xml +++ b/ltt/branches/poly/facilities/kernel.xml @@ -3,10 +3,8 @@ System call entry - - Syscall entry number in entry.S - Address from which call was made - + Syscall entry number in entry.S + Address from which call was made @@ -15,10 +13,8 @@ Entry in a trap - - Trap number - Address where trap occured - + Trap number + Address where trap occured @@ -27,42 +23,32 @@ Soft IRQ entry - - Soft IRQ number - + Soft IRQ number Soft IRQ exit - - Soft IRQ number - + Soft IRQ number Tasklet entry - - Tasklet priority - Tasklet function address - Tasklet data address - + Tasklet priority + Tasklet function address + Tasklet data address Tasklet exit - - Tasklet priority - Tasklet function address - Tasklet data address - + Tasklet priority + Tasklet function address + Tasklet data address Entry in an irq - - IRQ number - Are we executing kernel code - + IRQ number + Are we executing kernel code @@ -70,14 +56,14 @@ - + - + diff --git a/ltt/branches/poly/facilities/memory.xml b/ltt/branches/poly/facilities/memory.xml index b6788f6b..57bc7dd5 100644 --- a/ltt/branches/poly/facilities/memory.xml +++ b/ltt/branches/poly/facilities/memory.xml @@ -3,47 +3,34 @@ Page allocation - - Order of the page to allocate - Assigned page address, or 0 if - failed. - + Order of the page to allocate + Assigned page address, or 0 if failed. Page free - - Order of the page to free - Address of the page to free. - + Order of the page to free + Address of the page to free. Page swapped into memory - - Address of the page to swap in. - + Address of the page to swap in. Page swapped to disk - - Address of the page to swap out. - + Address of the page to swap out. Staring to wait for a page - - Address of the page we wait for. - + Address of the page we wait for. Ending wait for a page - - Address of the page we wait for. - + Address of the page we wait for. diff --git a/ltt/branches/poly/facilities/network.xml b/ltt/branches/poly/facilities/network.xml index f80f8cb4..41a4ba91 100644 --- a/ltt/branches/poly/facilities/network.xml +++ b/ltt/branches/poly/facilities/network.xml @@ -3,18 +3,14 @@ A packet is arriving - - Socket buffer pointer : identify the socket buffer - Protocol of the packet - + Socket buffer pointer : identify the socket buffer + Protocol of the packet We send a packet - - Socket buffer pointer : identify the socket buffer - Protocol of the packet - + Socket buffer pointer : identify the socket buffer + Protocol of the packet diff --git a/ltt/branches/poly/facilities/process.xml b/ltt/branches/poly/facilities/process.xml index 85dbf433..46bd0d83 100644 --- a/ltt/branches/poly/facilities/process.xml +++ b/ltt/branches/poly/facilities/process.xml @@ -4,79 +4,61 @@ Process fork - - PID of the parent process - PID of the child process - + PID of the parent process + PID of the child process Just created a new kernel thread - - PID of the kernel thread - Function called - + PID of the kernel thread + Function called Process exit - - PID of the process - + PID of the process Process wait - - PID of the waiting process - PID of the process waited for - + PID of the waiting process + PID of the process waited for Process kernel data structure free (end of life of a zombie) - - PID of the freed process - + PID of the freed process Process kill system call - - PID of the process - PID of the process to kill - Signal number - + PID of the process + PID of the process to kill + Signal number Process signal reception - - PID of the receiving process - Signal number - + PID of the receiving process + Signal number Process wakeup - - PID of the receiving process - State of the awakened process. -1 unrunnable, 0 runnable, >0 stopped. - + PID of the receiving process + State of the awakened process. -1 unrunnable, 0 runnable, >0 stopped. Scheduling change - - Outgoing process - Incoming process - Outgoing process' state. -1 unrunnable, 0 runnable, >0 stopped. - + Outgoing process + Incoming process + Outgoing process' state. -1 unrunnable, 0 runnable, >0 stopped. - +