missing pointer type
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index b026d4e2a35dbdb9f90fd1f56517d47c458e1d1d..e38873755766b493e9111e717a747b335303b7e6 100644 (file)
@@ -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);
This page took 0.02247 seconds and 4 git commands to generate.