Re: [GIT PULL] tracing/tools: Updates for v6.9

From: Linus Torvalds
Date: Wed Mar 20 2024 - 19:40:39 EST


On Wed, 20 Mar 2024 at 08:19, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> - Update makefiles for latency-collector and RTLA, using tools/build/
> makefiles like perf does, inheriting its benefits.

Lovely. Now it all worked for me, and gave me the legible

Auto-detecting system features:
... libtraceevent: [ on ]
... libtracefs: [ OFF ]

libtracefs is missing. Please install libtracefs-dev/libtracefs-devel
Makefile.config:29: *** Please, check the errors above.. Stop.

and after installing libtracefs-devel as suggested it finished cleanly.

Let's see if it works for others too,

Linus