From: compudj Date: Fri, 2 Dec 2005 00:04:58 +0000 (+0000) Subject: put typedef before events X-Git-Tag: v0.12.20~2133 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e56575d5932d5fd7368b87f4a897a79dc4d2d9bd;p=lttv.git put typedef before events git-svn-id: http://ltt.polymtl.ca/svn@1356 04897980-b3bd-0310-b5e0-8ef037075253 --- 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 @@ - - - - -