From: compudj Date: Wed, 4 Apr 2007 03:37:22 +0000 (+0000) Subject: update fac X-Git-Tag: 0.80~113 X-Git-Url: http://git.liburcu.org/?p=ltt-control.git;a=commitdiff_plain;h=4c3d7d6de1d23ff5d8b4ab949041860942696e6f update fac git-svn-id: http://ltt.polymtl.ca/svn@2468 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt-control/facilities/kernel_arch_arm.xml b/ltt-control/facilities/kernel_arch_arm.xml index e50b076..c30c60a 100644 --- a/ltt-control/facilities/kernel_arch_arm.xml +++ b/ltt-control/facilities/kernel_arch_arm.xml @@ -361,13 +361,36 @@ + + 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 + 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 + + diff --git a/ltt-control/facilities/kernel_arch_i386.xml b/ltt-control/facilities/kernel_arch_i386.xml index c921254..5b59448 100644 --- a/ltt-control/facilities/kernel_arch_i386.xml +++ b/ltt-control/facilities/kernel_arch_i386.xml @@ -328,7 +328,7 @@ Entry in a trap - Trap number + Trap number Address where trap occured @@ -339,7 +339,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made @@ -348,13 +348,13 @@ IPC call - Number of IPC call - First argument + Number of IPC call + First argument Just created a new kernel thread - PID of the kernel thread + PID of the kernel thread Function called diff --git a/ltt-control/facilities/kernel_arch_mips.xml b/ltt-control/facilities/kernel_arch_mips.xml index bcfc835..d2bc804 100644 --- a/ltt-control/facilities/kernel_arch_mips.xml +++ b/ltt-control/facilities/kernel_arch_mips.xml @@ -882,14 +882,36 @@ + + 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 + 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 + + diff --git a/ltt-control/facilities/kernel_arch_powerpc.xml b/ltt-control/facilities/kernel_arch_powerpc.xml index 6783b2c..552f0bc 100644 --- a/ltt-control/facilities/kernel_arch_powerpc.xml +++ b/ltt-control/facilities/kernel_arch_powerpc.xml @@ -310,13 +310,36 @@ + + 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 + 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 + + diff --git a/ltt-control/facilities/kernel_arch_ppc.xml b/ltt-control/facilities/kernel_arch_ppc.xml index 5e3ce88..a63acf2 100644 --- a/ltt-control/facilities/kernel_arch_ppc.xml +++ b/ltt-control/facilities/kernel_arch_ppc.xml @@ -310,13 +310,36 @@ + + 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 + 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 + + diff --git a/ltt-control/facilities/kernel_arch_x86_64.xml b/ltt-control/facilities/kernel_arch_x86_64.xml index 02bb44f..8f4f4d4 100644 --- a/ltt-control/facilities/kernel_arch_x86_64.xml +++ b/ltt-control/facilities/kernel_arch_x86_64.xml @@ -613,13 +613,36 @@ + + 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 + 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 + + diff --git a/ltt-control/facilities/stack_arch_i386.xml b/ltt-control/facilities/stack_arch_i386.xml new file mode 100644 index 0000000..847f38e --- /dev/null +++ b/ltt-control/facilities/stack_arch_i386.xml @@ -0,0 +1,55 @@ + + + The stack facility has events related to getting process stack. + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 32 bits process + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 32 bits process + Sequence of EIP + + + + + + + + diff --git a/ltt-control/facilities/stack_arch_x86_64.xml b/ltt-control/facilities/stack_arch_x86_64.xml new file mode 100644 index 0000000..4f1572f --- /dev/null +++ b/ltt-control/facilities/stack_arch_x86_64.xml @@ -0,0 +1,75 @@ + + + The stack facility has events related to getting process stack. + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 32 bits process + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 32 bits process + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 64 bits process + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 64 bits process + Sequence of EIP + + + + + + + +