Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] How does Eclipse parse LTTng2 / CTF traces ?

And you will have additional features by using the Eclipse tracing and monitoring framework (it doesn't only support LTTng)
 - Text / XML logs support
 - Custom text/XML parser wizard
 - Common trace format for HW traces
 - Searching, Filtering, Highlighting
 - GDB tracepoint integration
 - Sequence diagram framework
 - etc

-----Original Message-----
From: linuxtools-dev-bounces@xxxxxxxxxxx [mailto:linuxtools-dev-bounces@xxxxxxxxxxx] On Behalf Of Bernd Hufmann
Sent: August-22-12 12:24 PM
To: Linux Tools developer discussions
Subject: Re: [linuxtools-dev] How does Eclipse parse LTTng2 / CTF traces ?

Hi Martin

The LTTng integration of Eclipse as part of the Linux Tools project comes with a CTF parser. The CTF parser is written in Java and hence doesn't require any native libraries. I haven't heard of any other CTF parsers than the Eclipse version or babeltrace.


You can use the Eclipse CTF parser standalone [1] or as part of the Tracing and Monitoring Framework (TMF) [2]. Both features you can get from the Linux Tools update site [3]. The source code you can get from the Linux Tools repository [4]. Note, if you're interested what is coming up for the Kepler release, then check the lttng-kepler branch.

[1] CTF parser standalone
For that, install the "CTF - Common Trace Format" feature.

[2] TMF integration of CTF parser
For that install the "LTTng - Linux Tracing Toolkit" feature. This also includes the Eclipse feature TMF and CTF feature from [1]. Note that this feature also comes with a remote tracer control for LTTng 2 (Kernel and UST).

[3] Linux Tools Update site
http://download.eclipse.org/linuxtools/update

[4] Source code
git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.git

If you have any questions please let us know.

Best Regards
Bernd

On Wed, Aug 22, 2012 at 11:56 AM, Oberhuber, Martin <Martin.Oberhuber@xxxxxxxxxxxxx> wrote:
> Hi,
>
>
>
> We're looking at integrating some LTTng2 / CTF support into our 
> product, in order to visualize lttng-ust traces.
>
> Since we've got an existing visualization framework, parsing the CTF 
> traces is one key concern.
>
>
>
> We've come across babeltrace, but we were wondering whether there's 
> other solutions available.
>
>
>
> How does Linuxtools parse CTF ... is it implemented in Java or does it 
> use native libs ?
>
> Are you guys aware of any alternative solutions ?
>
>
>
> Thanks,
> Martin
>
>
> _______________________________________________
> linuxtools-dev mailing list
> linuxtools-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/linuxtools-dev
>
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev


Back to the top