From a2bba4ce6a194e41aa4022ae2daeb319904233d8 Mon Sep 17 00:00:00 2001 From: yangxx Date: Thu, 17 Jul 2003 15:22:02 +0000 Subject: [PATCH] core facility git-svn-id: http://ltt.polymtl.ca/svn@110 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/yangxx/convert/core.xml | 205 +++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 ltt/branches/yangxx/convert/core.xml diff --git a/ltt/branches/yangxx/convert/core.xml b/ltt/branches/yangxx/convert/core.xml new file mode 100644 index 00000000..261160af --- /dev/null +++ b/ltt/branches/yangxx/convert/core.xml @@ -0,0 +1,205 @@ + + The core facility contains the basic events + + + Entry in a given system call + + Syscall entry number in entry.S + Address from which call was made + + + + + Exit from a given system call + + + + Entry in a trap + + Trap number + Address where trap occured + + + + + Exit from a trap + + + + Entry in an irq + + IRQ number + Are we executing kernel code + + + + + Exit from an IRQ + + + + Scheduling change + + Outgoing process + Incoming process + Outgoing process' state + + + + + The kernel timer routine has been called + + + + Hit key part of soft-irq management + + Soft-irq event Id + + + + + Data associated with event + + + + + Hit key part of process management + + Process event ID + + + + + Data associated with event + Data associated with event + + + + + Hit key part of file system + + File system event ID + + + + + Event data + Event data 2 + Name of file operated on + + + + + Hit key part of timer management + + Timer event ID + + + + + Short data + Data associated with event + Data associated with event + + + + + Hit key part of memory management + + Memory event ID + + + + + Data associated with event + + + + + Hit key part of socket communication + + Memory event ID + + + + + Data associated with event + Data associated with event + + + + + Hit key part of System V IPC + + Memory event ID + + + + + Data associated with event + Data associated with event + + + + + Hit key part of network communication + + Memory event ID + + + + + Data associated with event + + + + + Change in event mask + + Event mask + + + + + + -- 2.34.1