summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/lttng-2.0
Commit message (Collapse)AuthorAgeFilesLines
* lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.Lianhao Lu2012-03-212-1/+1
| | | | | | | | | | | Change the recipe name lttng-ust from lttng-2.0 to lttng2-ust so that that both the lttng-ust of the old framework and of the new framework lttng-2.0 can coexist. Fixed bug [YOCTO #2062]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: fix compliation error with 3.2.x -stable kernelsBruce Ashfield2012-03-192-1/+43
| | | | | | | | | | | | recent -stable kernels have their own fallback definition of is_compat_task #define is_compat_task() (0) To protect against this double definition of is_compat_task we can check to see if it is already defined, and skip the lttng variant. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-modules: Fix setting of KERNEL_DIRSaul Wold2012-03-191-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* More quoting fixesMartin Jansa2012-02-261-1/+1
| | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* babeltrace: Integrated from version 0.8Zumeng Chen2012-01-171-0/+28
| | | | | | It provides trace read and write libraries, as well as a trace converter. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
* lttng-modules: Update to 2.0Zumeng Chen2012-01-172-0/+68
| | | | | | | | | | | | | | | | | This patch intended to integrate the lttng-modules 2.0 package containing the kernel tracer modules. LTTng-modules 2.0 is currently in pre-release (-pre11), so we have to update it when official released. lttng-2.0 supports lttng-modules extra builds, which don't need any patches on Linux kernel vs the previous version of lttng. As described in README of lttng-modules-2.0, so far, it has been tested in the latest kernel on x86 32/64-bit, and powerpc 32-bit, , build tested on ARM. So does yocto kernel, the related tests on qemux86 and qemuppc has been validated and a build test on qemuarm passed too with this patcheset. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
* lttng-tools: Update to 2.0-pre16Zumeng Chen2012-01-172-0/+57
| | | | | | | | | | | This patch intended to integrate the Linux trace toolkit, which is a suite of tools designed to extract program execution details from the Linux operating system and interpret them. lttng-tools 2.0 is currently in pre-release(-pre16), so we have to update it when official released. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>
* lttng-ust: Update to 2.0Zumeng Chen2012-01-171-0/+30
This patch intended to integrate the LTTng UST 2.0 package, which contains the userspace tracer library to trace userspace codes. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com>