Re: [lttng-dev] Build a lttng environment on TizenIVI3.0 User-land

2014-06-18 Thread Suchakrapani Datt Sharma
Well, the kernel seems to have booted and started systemd. Its also for some reason starting and stopping udev (and failing to start it finally). Do you normally get these errors? It would be good to have a look at log of normal boot and see if the errors occur after you make changes in menuconfig

[lttng-dev] [PATCH v2 lttng-ust] JUL: use root logger to capture events

2014-06-18 Thread David Goulet
The JUL agent now uses the root logger () to capture all events. This allows us to remove the Timer thread and cleanup a huge portion of the code base. It simplifies a great deal the internal structure of the agent since we don't have to monitor the Logger object anymore. Since tracepoint

[lttng-dev] [PATCH lttng-tools] Add vpid, vppid and vtid explanation in add-context help menu

2014-06-18 Thread francis . deslauriers
From: Francis Deslauriers francis.deslauri...@efficios.com Signed-off-by: Francis Deslauriers francis.deslauri...@efficios.com --- src/bin/lttng/commands/add_context.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/lttng/commands/add_context.c