From: yangxx Date: Wed, 30 Jul 2003 20:31:15 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@149 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3340 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=092b71180bd470e1f080daec24284d22a322b3fc;hp=dd27264637553ee7d8ae9443dd9e8bdf442a2e04;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@149 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/yangxx/convert/convert.c b/ltt/branches/yangxx/convert/convert.c index 67ee2630..2b79d5d5 100644 --- a/ltt/branches/yangxx/convert/convert.c +++ b/ltt/branches/yangxx/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/yangxx/convert/core.xml b/ltt/branches/yangxx/convert/core.xml index 261160af..c7c2449b 100644 --- a/ltt/branches/yangxx/convert/core.xml +++ b/ltt/branches/yangxx/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 + + + + + + + + + + + + + + + + + + + + + + + +