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 E6BACC43334 for ; Fri, 1 Jul 2022 16:46:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230133AbiGAQqf (ORCPT ); Fri, 1 Jul 2022 12:46:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229544AbiGAQqd (ORCPT ); Fri, 1 Jul 2022 12:46:33 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0D3038DB2 for ; Fri, 1 Jul 2022 09:46:32 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4BB85625DC for ; Fri, 1 Jul 2022 16:46:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61E32C3411E; Fri, 1 Jul 2022 16:46:30 +0000 (UTC) Date: Fri, 1 Jul 2022 12:46:28 -0400 From: Steven Rostedt To: Joel Fernandes Cc: Rob Herring , Nachammai Karuppiah , Ingo Molnar , Frank Rowand , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , LKML , Sai Prakash Ranjan , Brian Norris Subject: Re: [RFC PATCH 0/7] Trace events to pstore Message-ID: <20220701124628.36009f4a@gandalf.local.home> In-Reply-To: References: <20220630154847.134d3d67@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (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-kernel@vger.kernel.org On Fri, 1 Jul 2022 12:37:35 -0400 Joel Fernandes wrote: > I am curious how this came on your radar after 2 years, did someone > tell you to prioritize improving performance of ftrace on pstore? I > could probably make time to work on it more if someone has a usecase > for this or something. I'm looking into ways to extract the ftrace ring buffer from crashes, and it was brought up that pstore was used before. -- Steve