From: pmf Date: Wed, 6 Jun 2007 01:56:25 +0000 (+0000) Subject: change some fields in facility xml's to use format strings X-Git-Tag: 0.80~93 X-Git-Url: https://git.lttng.org/?p=ltt-control.git;a=commitdiff_plain;h=665e16268d0b6211be94704a9ce72646d654aecb change some fields in facility xml's to use format strings also, change some long's (that are pointers) to ulong's so that they print correctly in hex git-svn-id: http://ltt.polymtl.ca/svn@2533 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt-control/facilities/kernel_arch_arm.xml b/ltt-control/facilities/kernel_arch_arm.xml index fa569c0..92ff249 100644 --- a/ltt-control/facilities/kernel_arch_arm.xml +++ b/ltt-control/facilities/kernel_arch_arm.xml @@ -365,7 +365,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -375,7 +375,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/kernel_arch_i386.xml b/ltt-control/facilities/kernel_arch_i386.xml index 26ad5f3..fddad46 100644 --- a/ltt-control/facilities/kernel_arch_i386.xml +++ b/ltt-control/facilities/kernel_arch_i386.xml @@ -335,7 +335,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -345,7 +345,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/kernel_arch_mips.xml b/ltt-control/facilities/kernel_arch_mips.xml index 6f38a9a..16911ce 100644 --- a/ltt-control/facilities/kernel_arch_mips.xml +++ b/ltt-control/facilities/kernel_arch_mips.xml @@ -891,7 +891,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -901,7 +901,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/kernel_arch_powerpc.xml b/ltt-control/facilities/kernel_arch_powerpc.xml index c59622b..8d3ee68 100644 --- a/ltt-control/facilities/kernel_arch_powerpc.xml +++ b/ltt-control/facilities/kernel_arch_powerpc.xml @@ -315,7 +315,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -325,7 +325,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/kernel_arch_ppc.xml b/ltt-control/facilities/kernel_arch_ppc.xml index 9dcd911..09d45ce 100644 --- a/ltt-control/facilities/kernel_arch_ppc.xml +++ b/ltt-control/facilities/kernel_arch_ppc.xml @@ -315,7 +315,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -325,7 +325,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/kernel_arch_x86_64.xml b/ltt-control/facilities/kernel_arch_x86_64.xml index ba933c6..a65c0af 100644 --- a/ltt-control/facilities/kernel_arch_x86_64.xml +++ b/ltt-control/facilities/kernel_arch_x86_64.xml @@ -626,7 +626,7 @@ Entry in a trap Trap number - Address where trap occured + Address where trap occured @@ -636,7 +636,7 @@ System call entry Syscall entry number in entry.S - Address from which call was made + Address from which call was made diff --git a/ltt-control/facilities/locking.xml b/ltt-control/facilities/locking.xml index d4ee266..5dd9e55 100644 --- a/ltt-control/facilities/locking.xml +++ b/ltt-control/facilities/locking.xml @@ -4,27 +4,27 @@ Enable IRQs - Instruction address + Instruction address Disable IRQs - Instruction address + Instruction address Enable SoftIRQs - Instruction address + Instruction address Disable SoftIRQs - Instruction address + Instruction address Acquire lock - Instruction address + Instruction address Lock subclass Lock address Trylock ? @@ -32,7 +32,7 @@ Release lock - Instruction address + Instruction address Lock address Nested release ? diff --git a/ltt-control/facilities/mm.xml b/ltt-control/facilities/mm.xml index 3375bbf..1b2fff2 100644 --- a/ltt-control/facilities/mm.xml +++ b/ltt-control/facilities/mm.xml @@ -4,8 +4,8 @@ Entry in the page fault handler - Pointer that caused the page fault - Instruction at which the page fault occured + Pointer that caused the page fault + Instruction at which the page fault occured @@ -36,7 +36,7 @@ Page swapped into memory - Address of the page to swap in. + Address of the page to swap in.