From e3d83dcfa2e835fc62e91004c8d7ac5fbdab7bc0 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 2 Aug 2007 18:02:39 +0000 Subject: [PATCH] add SH XML git-svn-id: http://ltt.polymtl.ca/svn@2582 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/Makefile.am | 2 + ltt-control/facilities/kernel_arch_sh.xml | 355 ++++++++++++++++++++++ 2 files changed, 357 insertions(+) create mode 100644 ltt-control/facilities/kernel_arch_sh.xml diff --git a/ltt-control/facilities/Makefile.am b/ltt-control/facilities/Makefile.am index 4a0b7f2..0c47a42 100644 --- a/ltt-control/facilities/Makefile.am +++ b/ltt-control/facilities/Makefile.am @@ -9,6 +9,7 @@ kernel_arch_i386.xml \ kernel_arch_mips.xml \ kernel_arch_powerpc.xml \ kernel_arch_ppc.xml \ +kernel_arch_sh.xml \ kernel_arch_x86_64.xml \ locking.xml \ mm.xml \ @@ -30,6 +31,7 @@ kernel_arch_i386.xml \ kernel_arch_mips.xml \ kernel_arch_powerpc.xml \ kernel_arch_ppc.xml \ +kernel_arch_sh.xml \ kernel_arch_x86_64.xml \ locking.xml \ mm.xml \ diff --git a/ltt-control/facilities/kernel_arch_sh.xml b/ltt-control/facilities/kernel_arch_sh.xml new file mode 100644 index 0000000..1872863 --- /dev/null +++ b/ltt-control/facilities/kernel_arch_sh.xml @@ -0,0 +1,355 @@ + + + The kernel facility has events related to kernel execution status for the SH4 architecture. + + + + + + + Entry in a trap + Trap number + Address where trap occured + + + + Exit from a trap + + + + System call entry + Syscall entry number in entry.S + Address from which call was made + + + + System call exit + + + + IPC call + Number of IPC call + First argument + + + + Just created a new kernel thread + PID of the kernel thread + Function called + + + -- 2.34.1