Filter for selecting trace and tracefile
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index f98c171c585e63e1ea789bd1918a2e5595ff5df4..3d213971e4721b6f05c678f054b50b6a7b922f41 100644 (file)
@@ -458,6 +458,12 @@ LttTrace *ltt_trace_open(const char *pathname)
   return t;
 }
 
+char * ltt_trace_name(LttTrace *t)
+{
+  return t->pathname;
+}
+
+
 /******************************************************************************
  * When we copy a trace, we want all the opening actions to happen again :
  * the trace will be reopened and totally independant from the original.
This page took 0.023994 seconds and 4 git commands to generate.