Re: [PATCH V2 1/3] tools/tracing: Use tools/build makefiles on latency-collector
From: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: 2024-03-15 15:17:55
Also in:
linux-perf-users, lkml
From: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: 2024-03-15 15:17:55
Also in:
linux-perf-users, lkml
On 3/15/24 15:53, Arnaldo Carvalho de Melo wrote:
On Fri, Mar 15, 2024 at 03:48:58PM +0100, Daniel Bristot de Oliveira wrote:quoted
On 3/15/24 15:24, Daniel Bristot de Oliveira wrote:quoted
Use tools/build/ makefiles to build latency-collector, inheriting the benefits of it. For example: Before this patch, a missing tracefs/traceevents headers will result in fail like this: -------------------------------- %< -------------------------------Oops, b4 is interpreting these ------ as the '---' separator, and is truncating the message. I will fix this in a v3. sorry.Yeah, that confuses scripts, that separator.
checkpatch did not point that as an error, and git am works as well.... but it indeed confuses other scripts... Thanks, Arnaldo. -- Daniel