[linuxtools-dev] [lttng] CTFTraceReader inconsistencies

2012-11-22 Thread Francis Giraldeau
Hi, There seems to exists inconsistency in CTFTraceReader timestamps. * getStartTime() returns a raw timestamps * A call to getEndTime() after object instantiation returns a raw timestamps equals to start. * After reading an event, getEndTime() returns the timestamps + offset of the trace. Whe

Re: [linuxtools-dev] lttng getting started : Sample "Custom Text Parser" config & files ?

2012-11-22 Thread Patrick Tasse
Hi Martin, I forgot, you could never see a custom parser trace in the Histogram or Statistics view until last week. To do so now, you will have to use the latest code from the lttng-kepler development branch in git:// git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git. You should, howe

Re: [linuxtools-dev] lttng getting started : Sample "Custom Text Parser" config & files ?

2012-11-22 Thread Oberhuber, Martin
Hi Patrick, Thanks for your info - it's very logical (but I wouldn't have guessed there's an "input Translation format" and "output translation format"). I'm getting the data from my custom parsers as event tables now, but unfortunately I still don't see any events in the time chart or Histogra