Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] [lttng-dev] Java code for CTF trace writing?


----- Original Message -----
> Hi all,
> Just to mention, everything Philippe said was 100% true, we just right
> now are too stretched to add the trace writer to eclipse. It will be
> integrated fairly soon, I think.
> Matt

Hi Matthew,

Sounds very good, do you have a ball park estimate when "fairly soon" is?  

Also, who is planning to do the work?  I would be happy to assist if I can.  

As I at least implied, I am happy to collaborate on this.  Right now my prototype is writing out events to a text log file, which is vastly less than ideal.  In short order I am going to need to be able to do two things:

1) write CTF traces from Java code
2) be able to append to this trace dynamically while it is being analyzed.  Ideally the view registers a listener with the model and perhaps also specifying some hysteresis (so it is notified on a block of events, not every event), and then when it is notified it can update (optionally subject to an "update policy" selected in the view, as is often done with debugging)

cheers,
Aaron


Back to the top