batchtest can now output the textdump
[lttv.git] / ltt / branches / poly / ltt / trace.h
index e9b0ec7cfb17be00df7331aca2b98753c5f7a51f..970e291833d5fd8d1a169c9bb770008d5838595c 100644 (file)
@@ -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 */
 
This page took 0.022465 seconds and 4 git commands to generate.