* [lttng-dev] [PATCH lttng-modules] Fix: Build ftrace probe on kernels prior to 4.12
@ 2017-05-30 13:36 Francis Deslauriers
2017-05-30 14:58 ` Mathieu Desnoyers
0 siblings, 1 reply; 2+ messages in thread
From: Francis Deslauriers @ 2017-05-30 13:36 UTC (permalink / raw)
Signed-off-by: Francis Deslauriers <francis.deslauriers at efficios.com>
---
probes/Kbuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/probes/Kbuild b/probes/Kbuild
index fe869d0..78bf3fb 100644
--- a/probes/Kbuild
+++ b/probes/Kbuild
@@ -267,8 +267,9 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),)
echo "warn" ; \
exit ; \
fi; \
- echo "lttng-ftrace.o" ; \
- fi;)
+ fi; \
+ echo "lttng-ftrace.o" ; \
+ )
ifeq ($(ftrace),warn)
$(warning Files $(ftrace_dep) not found. Probe "ftrace" is disabled. Use full kernel source tree to enable it.)
ftrace =
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread* [lttng-dev] [PATCH lttng-modules] Fix: Build ftrace probe on kernels prior to 4.12
2017-05-30 13:36 [lttng-dev] [PATCH lttng-modules] Fix: Build ftrace probe on kernels prior to 4.12 Francis Deslauriers
@ 2017-05-30 14:58 ` Mathieu Desnoyers
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2017-05-30 14:58 UTC (permalink / raw)
Merged in master, 2.10, 2.9, 2.8, thanks!
Mathieu
----- On May 30, 2017, at 9:36 AM, Francis Deslauriers francis.deslauriers at efficios.com wrote:
> Signed-off-by: Francis Deslauriers <francis.deslauriers at efficios.com>
> ---
> probes/Kbuild | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/probes/Kbuild b/probes/Kbuild
> index fe869d0..78bf3fb 100644
> --- a/probes/Kbuild
> +++ b/probes/Kbuild
> @@ -267,8 +267,9 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),)
> echo "warn" ; \
> exit ; \
> fi; \
> - echo "lttng-ftrace.o" ; \
> - fi;)
> + fi; \
> + echo "lttng-ftrace.o" ; \
> + )
> ifeq ($(ftrace),warn)
> $(warning Files $(ftrace_dep) not found. Probe "ftrace" is disabled. Use full
> kernel source tree to enable it.)
> ftrace =
> --
> 2.7.4
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-30 14:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30 13:36 [lttng-dev] [PATCH lttng-modules] Fix: Build ftrace probe on kernels prior to 4.12 Francis Deslauriers
2017-05-30 14:58 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox