X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fconvert%2Fconvert.c;h=2b79d5d555b593296c6e6c20a5045e0eae0f9ec7;hb=95cd67ef6c80afe4ab7c30e7aa3773f1628ee1de;hp=67ee263080e2579d49153a63089063360291660f;hpb=160d4bdbeb06b0d2aab920a77193253eaae1a162;p=lttv.git 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);