aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
diff options
context:
space:
mode:
authorLi Zhou <li.zhou@windriver.com>2015-09-18 10:39:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-21 15:39:39 +0100
commit60f8c0e679f70f4477472d7895fddff12530a929 (patch)
tree3794c76a78ba30a53b40f384946842acfb1ac58f /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
parent94ab9892e87f159840432fdbfb3873d4496d4786 (diff)
downloadopenembedded-core-contrib-60f8c0e679f70f4477472d7895fddff12530a929.tar.gz
lttng-tools: sessiond: disable: match app event by name
Get upstream patch from lttng-tools github: <https://github.com/lttng/lttng-tools> <commit:700c5a9d4dc7b552926b8ddcbba91cc13312aba0>, for solving the filtered tracepoint disabling error. The use of a simple lookup and match on event name is insufficient to identify the corresponding ust app event. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
index 6397a987a6..9ecc2ab8ae 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
@@ -28,6 +28,7 @@ SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \
file://extern-decls.patch \
file://run-ptest \
file://lttng-tools-Fix-live-timer-calculation-error.patch \
+ file://0001-Fix-sessiond-disable-match-app-event-by-name.patch \
"
S = "${WORKDIR}/git"