From 39671fb255caa0bb0e622d06471b58b1acb763de Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 9 Jun 2006 14:09:34 +0000 Subject: [PATCH] update ppc fac git-svn-id: http://ltt.polymtl.ca/svn@1910 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/Makefile.am | 2 + ltt-control/facilities/kernel_arch_ppc.xml | 303 +++++++++++++++++++++ 2 files changed, 305 insertions(+) create mode 100644 ltt-control/facilities/kernel_arch_ppc.xml diff --git a/ltt-control/facilities/Makefile.am b/ltt-control/facilities/Makefile.am index f90811d..f6dd958 100644 --- a/ltt-control/facilities/Makefile.am +++ b/ltt-control/facilities/Makefile.am @@ -10,6 +10,7 @@ kernel_arch_c2.xml \ kernel_arch_i386.xml \ kernel_arch_mips.xml \ kernel_arch_powerpc.xml \ +kernel_arch_ppc.xml \ stack_arch_i386.xml \ locking.xml \ memory.xml \ @@ -32,6 +33,7 @@ kernel_arch_c2.xml \ kernel_arch_i386.xml \ kernel_arch_mips.xml \ kernel_arch_powerpc.xml \ +kernel_arch_ppc.xml \ stack_arch_i386.xml \ locking.xml \ memory.xml \ diff --git a/ltt-control/facilities/kernel_arch_ppc.xml b/ltt-control/facilities/kernel_arch_ppc.xml new file mode 100644 index 0000000..8fb6eba --- /dev/null +++ b/ltt-control/facilities/kernel_arch_ppc.xml @@ -0,0 +1,303 @@ + + + The kernel facility has events related to kernel execution status for the ppc architecture. + + + + + + + System call entry + Syscall entry number in entry.S + Address from which call was made + + + + System call exit + + -- 2.34.1