From 78f79181138e0b98b5db684d6fba4432b32ddce7 Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 1 Mar 2006 01:41:51 +0000 Subject: [PATCH] fix heartbeat git-svn-id: http://ltt.polymtl.ca/svn@1565 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ChangeLog | 2 + ltt/branches/poly/configure.in | 2 +- ltt/branches/poly/facilities/core.xml | 9 - .../poly/facilities/kernel_arch_mips.xml | 492 +++++++++--------- ltt/branches/poly/ltt/ltt-private.h | 3 +- ltt/branches/poly/ltt/tracefile.c | 5 +- 6 files changed, 254 insertions(+), 259 deletions(-) diff --git a/ltt/branches/poly/ChangeLog b/ltt/branches/poly/ChangeLog index 04e35941..7248fb69 100644 --- a/ltt/branches/poly/ChangeLog +++ b/ltt/branches/poly/ChangeLog @@ -1,5 +1,7 @@ LinuxTraceToolkit ChangeLog +28/02/2006 LTTV 0.8.24 + Fix heartbeat support 27/02/2006 LTTV 0.8.23 Add kernel_thread information in state. 15/02/2006 LTTV 0.8.21 diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 9877a4d9..ba224632 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.23-27022006) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.8.24-28022006) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL diff --git a/ltt/branches/poly/facilities/core.xml b/ltt/branches/poly/facilities/core.xml index d45d8673..9750b037 100644 --- a/ltt/branches/poly/facilities/core.xml +++ b/ltt/branches/poly/facilities/core.xml @@ -1,14 +1,6 @@ The core facility contains the basic tracing related events - - - - - - - - Facility is loaded @@ -31,7 +23,6 @@ rollovers. Useful when only the 32 LSB of the TSC are saved in events header : we save the full 64 bits in this event. - diff --git a/ltt/branches/poly/facilities/kernel_arch_mips.xml b/ltt/branches/poly/facilities/kernel_arch_mips.xml index 05def993..1d2f6467 100644 --- a/ltt/branches/poly/facilities/kernel_arch_mips.xml +++ b/ltt/branches/poly/facilities/kernel_arch_mips.xml @@ -292,253 +292,253 @@