From 59460ee38a3ccc39e6d1babff35243bb12cdd392 Mon Sep 17 00:00:00 2001 From: yangxx Date: Fri, 25 Jul 2003 14:12:33 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@141 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/README | 2 + ltt/branches/poly/ltt/convert/core.xml | 205 +++++++++++++++++++++++++ 2 files changed, 207 insertions(+) create mode 100644 ltt/branches/poly/ltt/convert/core.xml diff --git a/ltt/branches/poly/ltt/convert/README b/ltt/branches/poly/ltt/convert/README index 7f4de73b..d71523c1 100644 --- a/ltt/branches/poly/ltt/convert/README +++ b/ltt/branches/poly/ltt/convert/README @@ -11,4 +11,6 @@ from your local machine, the information is saved in 'sysInfo.out' which will be read by 'convert' later. If the old tracefile is generated in other machine, then the 'sysInfo.out' should be gotten from that machine. +'core.xml' is a facility file, after run 'convert', it needs to be copied to +'foo_dir/eventdefs' directory diff --git a/ltt/branches/poly/ltt/convert/core.xml b/ltt/branches/poly/ltt/convert/core.xml new file mode 100644 index 00000000..261160af --- /dev/null +++ b/ltt/branches/poly/ltt/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