X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Ftrace.h;h=18ef016c5ef9fac30d8f4e34c3c1a3b2456e1948;hb=b9f095dbe5986f50ca4665d976735bbb8c639c12;hp=ac3335a1927108c21ecf195dd12ea42e5d86bf8b;hpb=80da81adfa88158bd3d4c26f89f96f8b58c77b4f;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/trace.h b/ltt/branches/poly/include/ltt/trace.h index ac3335a1..18ef016c 100644 --- a/ltt/branches/poly/include/ltt/trace.h +++ b/ltt/branches/poly/include/ltt/trace.h @@ -94,6 +94,11 @@ LttTracefile *ltt_trace_control_tracefile_get(LttTrace *t, unsigned i); LttTracefile *ltt_trace_per_cpu_tracefile_get(LttTrace *t, unsigned i); +/* Get the start time and end time of the trace */ + +void ltt_trace_time_span_get(LttTrace *t, LttTime *start, LttTime *end); + + /* Get the name of a tracefile */ char *ltt_tracefile_name(LttTracefile *tf);