Hi Divya, 2014-11-11 0:27 GMT-05:00 Divya Vyas <[email protected]>: > The text_output first line is > > [12:44:05.438190693] (+?.?????????) kmem_cache_alloc: { cpu_id = 0 }, { > call_site = 0xFFFFFFFF811806FC, ptr = 0xFFFF8800157248C0, bytes_req = 304, > bytes_alloc = 320, gfp_flags = 32976 } > > missing timestamp
The timestamp is here: 12:44:05.438190693 The "+?.?????????" part represents the time difference between the previous event and this one, but as it is the first event of the trace, there isn't any previous event, thus leading to the "+?.?????????". Raphaël _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
