X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=970e291833d5fd8d1a169c9bb770008d5838595c;hb=d3d34f492bdbd2326ff345d8d1f84998df19f459;hp=e9b0ec7cfb17be00df7331aca2b98753c5f7a51f;hpb=3865ea0940b718a7832b813a790f287140233efc;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index e9b0ec7c..970e2918 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -81,6 +81,11 @@ void ltt_trace_time_span_get(LttTrace *t, LttTime *start, LttTime *end); GQuark ltt_tracefile_name(LttTracefile *tf); +/* get the cpu number of the tracefile */ + +guint ltt_tracefile_num(LttTracefile *tf); + +LttTrace *ltt_tracefile_get_trace(LttTracefile *tf); /* Get the number of blocks in the tracefile */