Re: [for-next][PATCH 16/31] rtla: Real-Time Linux Analysis tool

From: Daniel Bristot de Oliveira
Date: Wed Jan 12 2022 - 06:38:10 EST


Hi Steven!

On 1/11/22 18:30, Steven Rostedt wrote:
> From: Daniel Bristot de Oliveira <bristot@xxxxxxxxxx>
>
> The rtla is a meta-tool that includes a set of commands that aims
> to analyze the real-time properties of Linux. But instead of testing
> Linux as a black box, rtla leverages kernel tracing capabilities to
> provide precise information about the properties and root causes of
> unexpected results.
>
> rtla --help works and provide information about the available options.
>
> This is just the "main" and the Makefile, no function yet.
>
> Link: https://lkml.kernel.org/r/f59acda8bc513c4a6c279a9bc3ad112a20690e68.1638182284.git.bristot@xxxxxxxxxx

Thanks for picking RTLA!

Just one problem, you are picking the V8, but we actually had a V9:
https://lore.kernel.org/lkml/cover.1639158831.git.bristot@xxxxxxxxxx/

-- Daniel