Re: [PATCH V6 07/20] rtla: Real-Time Linux Analysis tool

From: Steven Rostedt
Date: Wed Oct 27 2021 - 22:54:50 EST


On Wed, 27 Oct 2021 00:06:18 +0200
Daniel Bristot de Oliveira <bristot@xxxxxxxxxx> wrote:

> 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.
>

BTW,

I would break this up into two separate series.

One for the kernel changes [ patches 1-6 ] and then one for the tooling
[ patches 7 - 20 ].

That will make it better for versioning. And you really shouldn't have
the two mixed together. Just state in the cover letter of the tooling
[ Depends on the series at: ...]

And include the lore link.

BTW, you may resend a fixed version of 1-6 ;-)

-- Steve