summaryrefslogtreecommitdiffstats
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-23 09:53:04 +0100
commitd762ea1b9ccf063cb180a02e3826cbd87793b0be (patch)
tree8450b70e62476f76d98505b1376c3badfe8cc35a /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
parentc8a7d76d36626deb23630a091c56e669e893de73 (diff)
downloadpoky-d762ea1b9ccf063cb180a02e3826cbd87793b0be.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. (From OE-Core rev: 60f8c0e679f70f4477472d7895fddff12530a929) Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \
28 file://extern-decls.patch \ 28 file://extern-decls.patch \
29 file://run-ptest \ 29 file://run-ptest \
30 file://lttng-tools-Fix-live-timer-calculation-error.patch \ 30 file://lttng-tools-Fix-live-timer-calculation-error.patch \
31 file://0001-Fix-sessiond-disable-match-app-event-by-name.patch \
31 " 32 "
32 33
33S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"