From: compudj Date: Thu, 2 Aug 2007 18:02:39 +0000 (+0000) Subject: add SH XML X-Git-Tag: 0.80~89 X-Git-Url: https://git.lttng.org/?p=ltt-control.git;a=commitdiff_plain;h=e3d83dcfa2e835fc62e91004c8d7ac5fbdab7bc0 add SH XML git-svn-id: http://ltt.polymtl.ca/svn@2582 04897980-b3bd-0310-b5e0-8ef037075253 --- 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 + + +