From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932323AbZHCPPR (ORCPT ); Mon, 3 Aug 2009 11:15:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932223AbZHCPPQ (ORCPT ); Mon, 3 Aug 2009 11:15:16 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:58446 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932157AbZHCPPP (ORCPT ); Mon, 3 Aug 2009 11:15:15 -0400 Date: Mon, 3 Aug 2009 11:14:20 -0400 From: Christoph Hellwig To: Lai Jiangshan Cc: Dave Anderson , crash-utility@redhat.com, Ingo Molnar , Frederic Weisbecker , Thomas Gleixner , Peter Zijlstra , Arnaldo Carvalho de Melo , "Luis Claudio R. Goncalves" , Clark Williams , Jon Masters , Andrew Morton , Mathieu Desnoyers , Christoph Hellwig , Xiao Guangrong , Zhaolei , kosaki.motohiro@jp.fujitsu.com, Li Zefan , Masami Hiramatsu , "Frank Ch. Eigler" , Tom Zanussi , Jason Baron , srostedt@redhat.com, LKML Subject: Re: [ANNOUNCE][RFC][PATCH] Crash-utility, tracing: enable crash to analyze tracing from core-file (make tracing can act as a flight recorder) Message-ID: <20090803151420.GA8712@infradead.org> References: <4A76F8A1.30503@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A76F8A1.30503@cn.fujitsu.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 03, 2009 at 10:48:01PM +0800, Lai Jiangshan wrote: > > We use tracing subsystem very well when kernel is alive. > But we also want to get help from tracing when kernel is core-dump. > This patch is for this purpose. It makes tracing can act as a > flight recorder, we can find what have happen from the events. Nice! Now the only thing missing is gettind kdb in mainline and a trace reader in kdb ;-) Any idea how easy it is to reuse the crash/gdb code for looking at crash dumps through kgdb? Btw, the Cc list here seems to be a very strong indicator that we should have a linux-trace@vger list, I already noticed this for tons of other tracing patches.