From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE132CA0ED3 for ; Mon, 11 Sep 2023 22:43:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359216AbjIKWQA (ORCPT ); Mon, 11 Sep 2023 18:16:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243889AbjIKSHu (ORCPT ); Mon, 11 Sep 2023 14:07:50 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0082B103; Mon, 11 Sep 2023 11:07:44 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8EE0C433C8; Mon, 11 Sep 2023 18:07:43 +0000 (UTC) Date: Mon, 11 Sep 2023 14:07:59 -0400 From: Steven Rostedt To: "Masami Hiramatsu (Google)" Cc: LKML , Linux Trace Kernel , linux-kselftest@vger.kernel.org, Shuah Khan , Shuah Khan , Mark Rutland Subject: Re: [PATCH] ftrace/selftests: Add softlink to latest log directory Message-ID: <20230911140759.725af6b4@gandalf.local.home> In-Reply-To: <20230911092105.95425e2d773f79c9b3b4b94f@kernel.org> References: <20230908181721.00f7eb71@gandalf.local.home> <20230911092105.95425e2d773f79c9b3b4b94f@kernel.org> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-kernel@vger.kernel.org On Mon, 11 Sep 2023 09:21:05 +0900 Masami Hiramatsu (Google) wrote: > On Fri, 8 Sep 2023 18:17:21 -0400 > Steven Rostedt wrote: > > > From: Steven Rostedt (Google) > > > > 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/ > > > > 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) > > Thank you! > Should this go via Shuah's tree? -- Steve