[lttng-dev] [RELEASE] Babeltrace 1.5.0-rc1

2016-10-24 Thread Jérémie Galarneau
Hi all, Today we are releasing the first release candidate of Babeltrace 1.5. The Babeltrace project provides trace read and write libraries, as well as a trace converter. Plugins can be created for any trace format to allow its conversion to/from another trace format. The main format expected

Re: [lttng-dev] LTTng-modules with RT kernel

2016-10-24 Thread Mathieu Desnoyers
- On Oct 24, 2016, at 11:23 AM, Gaylord Charles wrote: > Hello, > I am currently testing LTTng latest versions with a PREEMPT_RT kernel > (4.6.7-rt12). I've got: > - LTTng-modules 2.8.3 > - LTTng-tools 2.8.2 > - LTTng-UST 2.8.1 > When calling "lttng create",

Re: [lttng-dev] Problem with Babeltrace

2016-10-24 Thread Philippe Proulx
On Mon, Oct 24, 2016 at 11:35 AM, Simon Marchi wrote: > On 2016-10-24 11:31, Nathan Lynch wrote: >> >> On 10/24/2016 03:30 AM, Tim Tannert wrote: >>> >>> Hey, >>> >>> everytime when I start babeltrace: >>> *babeltrace --version* >>> >>> or >>> *lttng view >>> >>> *I'll get

Re: [lttng-dev] Problem with Babeltrace

2016-10-24 Thread Simon Marchi
On 2016-10-24 11:31, Nathan Lynch wrote: On 10/24/2016 03:30 AM, Tim Tannert wrote: Hey, everytime when I start babeltrace: *babeltrace --version* or *lttng view *I'll get following message: babeltrace: symbol lookup error: babeltrace: undefined symbol: opt_debug_info_full_path Seems your

Re: [lttng-dev] A question about lttng view and babeltrace

2016-10-24 Thread Philippe Proulx
On Mon, Oct 24, 2016 at 4:08 AM, Sebastien Boisvert wrote: > Hello, > > > I am using this to generate my text trace: > > >path=`lttng list $sessionName|grep path|awk '{print $3}'` >textFile=$sessionName.txt >babeltrace --clock-seconds $path > $textFile

[lttng-dev] LTTng-modules with RT kernel

2016-10-24 Thread Gaylord Charles
Hello, I am currently testing LTTng latest versions with a PREEMPT_RT kernel (4.6.7-rt12). I've got: - LTTng-modules 2.8.3 - LTTng-tools 2.8.2 - LTTng-UST 2.8.1 When calling "lttng create", the following message appears: Cannot add context lttng_add_preemptible_to_ctx Cannot add

Re: [lttng-dev] Problem with Babeltrace

2016-10-24 Thread Nathan Lynch
On 10/24/2016 03:30 AM, Tim Tannert wrote: > Hey, > > everytime when I start babeltrace: > *babeltrace --version* > > or > *lttng view > > *I'll get following message: > babeltrace: symbol lookup error: babeltrace: undefined symbol: > opt_debug_info_full_path > Seems your babeltrace

[lttng-dev] Problem with Babeltrace

2016-10-24 Thread Tim Tannert
Hey, everytime when I start babeltrace: babeltrace --version or lttng view I'll get following message: babeltrace: symbol lookup error: babeltrace: undefined symbol: opt_debug_info_full_path Have somebody a idea how to fix? Tim Wichtiger Hinweis: Die Information in dieser E-Mail ist

[lttng-dev] A question about lttng view and babeltrace

2016-10-24 Thread Sebastien Boisvert
Hello, I am using this to generate my text trace: path=`lttng list $sessionName|grep path|awk '{print $3}'` textFile=$sessionName.txt babeltrace --clock-seconds $path > $textFile It would be easier with lttng view --clock-seconds Is it possible to pass options to