From cf2f2d4c5f979b563ad4439aa048fb0a2ecd5c8d Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 28 Feb 2006 15:22:34 +0000 Subject: [PATCH] add mips xml syscall git-svn-id: http://ltt.polymtl.ca/svn@1564 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/facilities/Makefile.am | 2 + .../poly/facilities/kernel_arch_mips.xml | 807 ++++++++++++++++++ 2 files changed, 809 insertions(+) create mode 100644 ltt/branches/poly/facilities/kernel_arch_mips.xml diff --git a/ltt/branches/poly/facilities/Makefile.am b/ltt/branches/poly/facilities/Makefile.am index 58f1bee6..510a89ea 100644 --- a/ltt/branches/poly/facilities/Makefile.am +++ b/ltt/branches/poly/facilities/Makefile.am @@ -6,6 +6,7 @@ ipc.xml \ kernel.xml \ kernel_arch_arm.xml \ kernel_arch_i386.xml \ +kernel_arch_mips.xml \ stack_arch_i386.xml \ locking.xml \ memory.xml \ @@ -22,6 +23,7 @@ ipc.xml \ kernel.xml \ kernel_arch_arm.xml \ kernel_arch_i386.xml \ +kernel_arch_mips.xml \ stack_arch_i386.xml \ locking.xml \ memory.xml \ diff --git a/ltt/branches/poly/facilities/kernel_arch_mips.xml b/ltt/branches/poly/facilities/kernel_arch_mips.xml new file mode 100644 index 00000000..05def993 --- /dev/null +++ b/ltt/branches/poly/facilities/kernel_arch_mips.xml @@ -0,0 +1,807 @@ + + The kernel facility has events related to kernel execution status + for the MIPS architecture. + + + + + + + System call entry + Syscall entry number in + entry.S + Address from which call was made + + + + System call exit + + -- 2.34.1