[lttng-dev] babeltrace error when reading traces

2014-11-07 Thread Anand Neeli
thing wrong here? $>babeltrace /var/tmp/lttng-traces/node/mysession-20141107-051543/ust/pid/logtrace-5797-20141107-061325/ [warning] Ill-shapen or missing "/* CTF x.y" header for text-only metadata. [warning] Unsupported CTF specification version 552137642.32558. Trying anyway. [error

[lttng-dev] [PATCH babeltrace] Remove duplicate include of unistd in test_ctf_writer

2014-11-07 Thread Christian Babeux
Signed-off-by: Christian Babeux --- tests/lib/test_ctf_writer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c index bd33ab7..9d428c2 100644 --- a/tests/lib/test_ctf_writer.c +++ b/tests/lib/test_ctf_writer.c @@ -34,7 +34,6 @@ #includ

Re: [lttng-dev] babeltrace error when reading traces

2014-11-07 Thread Jérémie Galarneau
gt; is able to read the traces. > > Is there any error in my config? or am i doing anything wrong here? > > $>babeltrace > /var/tmp/lttng-traces/node/mysession-20141107-051543/ust/pid/logtrace-5797-20141107-061325/ > > [warning] Ill-shapen or missing "/* CTF x.y" hea

Re: [lttng-dev] [PATCH babeltrace] Remove duplicate include of unistd in test_ctf_writer

2014-11-07 Thread Jérémie Galarneau
Merged, thanks! Jérémie On Fri, Nov 7, 2014 at 10:20 AM, Christian Babeux wrote: > Signed-off-by: Christian Babeux > --- > tests/lib/test_ctf_writer.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c > index bd33ab7..9d428c2 1006

[lttng-dev] [PATCH lttng-tools] Fix: Add missing URCU_TLS access to error_log_time

2014-11-07 Thread Christian Babeux
Signed-off-by: Christian Babeux --- src/common/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/error.c b/src/common/error.c index 55d56e6..577070e 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -49,7 +49,7 @@ const char *log_add_time(void)