From: David Goulet Date: Wed, 25 May 2011 16:43:59 +0000 (-0400) Subject: Initial work for kernel tracing support X-Git-Tag: v2.0-pre1~118 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8c0faa1d8372c06087498985643ec9d2619d785b;hp=8c0faa1d8372c06087498985643ec9d2619d785b Initial work for kernel tracing support This commit adds trace kernel support to the complete set of tools. It is working with the LTTng 2.0 and output traces readeable by babeltrace. Quick changes log below: Add multiple debug statement and bug fixes. Add kernel trace directory creation. Add kernel structure teardown. Start kconsumerd on create session. Start kconsumerd thread after exec. Following up this commit, there will be a huge cleanup because a lot of codes was added to make it work but it's not necessarily clean code structure. Signed-off-by: David Goulet ---