From dd27264637553ee7d8ae9443dd9e8bdf442a2e04 Mon Sep 17 00:00:00 2001 From: yangxx Date: Wed, 30 Jul 2003 20:29:14 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@148 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/convert/convert.c | 3 ++ ltt/branches/poly/ltt/convert/core.xml | 51 ++++++++++++++++++++++--- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/ltt/branches/poly/ltt/convert/convert.c b/ltt/branches/poly/ltt/convert/convert.c index 67ee2630..2b79d5d5 100644 --- a/ltt/branches/poly/ltt/convert/convert.c +++ b/ltt/branches/poly/ltt/convert/convert.c @@ -384,6 +384,9 @@ int main(int argc, char ** argv){ } evId = *(uint8_t *)cur_pos; newId = evId; + if(evId == TRACE_HEARTBEAT) { + newId = 19; + } cur_pos += sizeof(uint8_t); time_delta = *(uint32_t*)cur_pos; cur_pos += sizeof(uint32_t); diff --git a/ltt/branches/poly/ltt/convert/core.xml b/ltt/branches/poly/ltt/convert/core.xml index 261160af..c7c2449b 100644 --- a/ltt/branches/poly/ltt/convert/core.xml +++ b/ltt/branches/poly/ltt/convert/core.xml @@ -1,6 +1,15 @@ The core facility contains the basic events + + Facility used in the trace + + + + + + + Entry in a given system call @@ -193,13 +202,45 @@ - - Change in event mask - - Event mask - + + Block start timestamp + + + + + Block end timestamp + + + + + System time values sent periodically to minimize cycle counter + drift with respect to real time clock and to detect cycle counter roolovers + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1