On 9/11/23 12:07, Steven Rostedt wrote:
On Mon, 11 Sep 2023 09:21:05 +0900
Masami Hiramatsu (Google) <[email protected]> wrote:

On Fri, 8 Sep 2023 18:17:21 -0400
Steven Rostedt <[email protected]> wrote:

From: Steven Rostedt (Google) <[email protected]>

When I'm debugging something with the ftrace selftests and need to look at
the logs, it becomes tedious that I need to do the following:

  ls -ltr logs
  [ copy the last directory ]
  ls logs/<paste-last-dir>

to see where the logs are.

Instead, do the common practice of having a "latest" softlink to the last
run selftest. This way after running the selftest I only need to do:

  ls logs/latest/

and it will always give me the directory of the last run selftest logs!

Nice! I like this and this looks good to me.

Acked-by: Masami Hiramatsu (Google) <[email protected]>

Thank you!


Should this go via Shuah's tree?


Looks like it is a self contained patch.  I will take it.

thanks,
-- Shuah

Reply via email to