X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=96931524af3a814acb4bba0b8520c91351b8eb5d;hb=42db9bf1304093e067a7f0984cfbc202ac12cde0;hp=8b4fd197e0548d01618a574246de777bbc4a3f7d;hpb=cf74a6f1dc8fdeb7f7216d1c22f89fff405f9df1;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index 8b4fd197..96931524 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -140,11 +140,6 @@ void ltt_tracefile_open_cpu(LttTrace *t, char * tracefile_name); gint ltt_tracefile_open_control(LttTrace *t, char * control_name); -/* obtain the time of an event */ - -LttTime getEventTime(LttTracefile * tf); - - /* get the data type size and endian type of the local machine */ void getDataEndianType(LttArchSize * size, LttArchEndian * endian); @@ -178,5 +173,6 @@ LttTracefile *ltt_tracefile_new(); void ltt_tracefile_destroy(LttTracefile *tf); void ltt_tracefile_copy(LttTracefile *dest, const LttTracefile *src); +void get_absolute_pathname(const char *pathname, char * abs_pathname); #endif // TRACE_H