<div dir="ltr">Thanks a lot.</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-20 21:28 GMT-05:00 Jérémie Galarneau <span dir="ltr"><<a href="mailto:jeremie.galarneau@efficios.com" target="_blank">jeremie.galarneau@efficios.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Feb 20, 2014 at 9:15 PM, Jessica Foest <<a href="mailto:jessica.foest@gmail.com">jessica.foest@gmail.com</a>> wrote:<br>

> Hi all<br>
> is there a document that explain the meaning of fields displayed in the<br>
> traces generated by babeltrace ?<br>
><br>
><br>
> an example :<br>
><br>
> [19:52:06.617756425] (+0.000001667) workstation sys_splice: { cpu_id = 3 },<br>
> { perf_branches = 418157709, perf_branch_instructions = 418156946,<br>
> perf_cache_misses = 6682769, perf_cache_references = 50147680,<br>
> perf_instructions = 3049323811, vppid = 587, ppid = 587, vtid = 3502, tid =<br>
> 3502, vpid = 3499, nice = 0, prio = 20, procname = "lttng-consumerd", pid =<br>
> 3499 }, { fd_in = 10, off_in = 0x0, fd_out = 26, off_out = 0x0, len = 65536,<br>
> flags = 5 }<br>
><br>
> the field mentioned in blue , is it the execution time of sys_splice ?<br>
><br>
<br>
</div></div>Hi Jessica,<br>
<br>
It represents the delta between this event and the one before.<br>
<br>
For instance, picking two events from a kernel trace on my system...<br>
<br>
[21:25:29.901647477] (+0.000001585) XThink power_cpu_idle: { cpu_id =<br>
2 }, { state = 4, cpu_id = 2 }<br>
[21:25:29.901648940] (+0.000001463) XThink sched_stat_sleep: { cpu_id<br>
= 6 }, { comm = "clementine", tid = 4318, delay = 5158461 }<br>
<br>
901648940 - 901647477 = +0.000001463<br>
<br>
Regards,<br>
Jérémie<br>
<div class=""><br>
> if yes , what's the necessity of sys_exit ?<br>
> Regards<br>
><br>
</div>> _______________________________________________<br>
> lttng-dev mailing list<br>
> <a href="mailto:lttng-dev@lists.lttng.org">lttng-dev@lists.lttng.org</a><br>
> <a href="http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev" target="_blank">http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Jérémie Galarneau<br>
EfficiOS Inc.<br>
<a href="http://www.efficios.com" target="_blank">http://www.efficios.com</a><br>
</font></span></blockquote></div><br></div>