X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftracefile.c;h=e38873755766b493e9111e717a747b335303b7e6;hb=7f440a66c6e6429ce477d208545b6965554ba4cb;hp=b026d4e2a35dbdb9f90fd1f56517d47c458e1d1d;hpb=f2a74ed3fec31023600e9f24b318d9b9cc2c9a12;p=lttv.git diff --git a/ltt/branches/poly/ltt/tracefile.c b/ltt/branches/poly/ltt/tracefile.c index b026d4e2..e3887375 100644 --- a/ltt/branches/poly/ltt/tracefile.c +++ b/ltt/branches/poly/ltt/tracefile.c @@ -246,9 +246,6 @@ int parse_trace_header(void *header, LttTracefile *tf, LttTrace *t) // t->compact_facilities = NULL; } - printf("init size : %d\n", sizeof(LttTracefile)); - - switch(any->major_version) { case 0: @@ -1107,6 +1104,8 @@ int ltt_process_facility_tracefile(LttTracefile *tf) //pos += ltt_align((size_t)pos, tf->trace->arch_size, tf->alignment); pos += ltt_align((size_t)pos, sizeof(uint16_t), tf->alignment); id = ltt_get_uint16(LTT_GET_BO(tf), pos); + g_debug("In MARKER_ID_SET_MARKER_ID of marker %s id %hu", + marker_name, id); pos += sizeof(guint16); int_size = *(guint8*)pos; pos += sizeof(guint8);