Thanks, applied as 5022500e42936a12a97c63d45e9712c69fa58141.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:50 +0200, Uwe Kleine-König 
<u.kleine-koe...@pengutronix.de> wrote:
> This makes it possible to use with tracepoints and enable the
> subcommands kmem, kwork, lock, sched and timechart.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.de>
> Message-Id: <20240515072254.12082-6-u.kleine-koe...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/kernel.in b/rules/kernel.in
> index 8174815775c0..862d52598556 100644
> --- a/rules/kernel.in
> +++ b/rules/kernel.in
> @@ -6,6 +6,7 @@ menuconfig KERNEL
>       select LIBELF_LIBDW     if KERNEL_TOOL_PERF
>       select SLANG            if KERNEL_TOOL_PERF
>       select BINUTILS         if KERNEL_TOOL_PERF
> +     select LIBTRACEEVENT    if KERNEL_TOOL_PERF
>       select LIBUNWIND        if KERNEL_TOOL_PERF
>  
>  if KERNEL
> diff --git a/rules/kernel.make b/rules/kernel.make
> index d82aa27fb78e..0fe4f1e1b12a 100644
> --- a/rules/kernel.make
> +++ b/rules/kernel.make
> @@ -223,7 +223,6 @@ KERNEL_TOOL_PERF_OPTS     := \
>       NO_LIBBIONIC=1 \
>       NO_LIBCRYPTO=1 \
>       NO_LIBDW_DWARF_UNWIND= \
> -     NO_LIBTRACEEVENT=1 \
>       NO_PERF_READ_VDSO32=1 \
>       NO_PERF_READ_VDSOX32=1 \
>       NO_ZLIB= \

Reply via email to