From e56575d5932d5fd7368b87f4a897a79dc4d2d9bd Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 2 Dec 2005 00:04:58 +0000 Subject: [PATCH] put typedef before events git-svn-id: http://ltt.polymtl.ca/svn@1356 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/facilities/core.xml | 16 ++--- ltt/branches/poly/facilities/kernel.xml | 28 ++++----- ltt/branches/poly/facilities/process.xml | 75 ++++++++++++------------ ltt/branches/poly/facilities/timer.xml | 28 ++++----- 4 files changed, 73 insertions(+), 74 deletions(-) diff --git a/ltt/branches/poly/facilities/core.xml b/ltt/branches/poly/facilities/core.xml index 360ce161..74713e1a 100644 --- a/ltt/branches/poly/facilities/core.xml +++ b/ltt/branches/poly/facilities/core.xml @@ -1,5 +1,13 @@ The core facility contains the basic tracing related events + + + + + + + + Facility is loaded @@ -36,12 +44,4 @@ - - - - - - - - diff --git a/ltt/branches/poly/facilities/kernel.xml b/ltt/branches/poly/facilities/kernel.xml index eb10f722..1db08202 100644 --- a/ltt/branches/poly/facilities/kernel.xml +++ b/ltt/branches/poly/facilities/kernel.xml @@ -1,6 +1,20 @@ The kernel facility has events related to kernel execution status. + + + + + + + + + + System call entry Syscall entry number in entry.S @@ -55,18 +69,4 @@ Exit from an IRQ - - - - - - - - - - diff --git a/ltt/branches/poly/facilities/process.xml b/ltt/branches/poly/facilities/process.xml index 46bd0d83..e9f403e7 100644 --- a/ltt/branches/poly/facilities/process.xml +++ b/ltt/branches/poly/facilities/process.xml @@ -2,6 +2,43 @@ The process facility has events related to process handling in the kernel. + + + + + Process fork PID of the parent process @@ -57,42 +94,4 @@ Outgoing process' state. -1 unrunnable, 0 runnable, >0 stopped. - - - - - - diff --git a/ltt/branches/poly/facilities/timer.xml b/ltt/branches/poly/facilities/timer.xml index 01b7f467..26abb0f8 100644 --- a/ltt/branches/poly/facilities/timer.xml +++ b/ltt/branches/poly/facilities/timer.xml @@ -1,6 +1,20 @@ The timer facility has events related to timer events in the kernel. + + + + + A timer or itimer has expired. PID of the process to wake up. @@ -20,18 +34,4 @@ - - - - - -- 2.34.1