Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015Ab3JZIsl (ORCPT ); Sat, 26 Oct 2013 04:48:41 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:57993 "EHLO mail-ee0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150Ab3JZIsj (ORCPT ); Sat, 26 Oct 2013 04:48:39 -0400 Date: Sat, 26 Oct 2013 10:48:36 +0200 From: Ingo Molnar To: Vince Weaver Cc: linux-kernel@vger.kernel.org, Steven Rostedt , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Dave Jones , Frederic Weisbecker Subject: Re: perf/ftrace lockup on 3.12-rc6 with trigger code Message-ID: <20131026084836.GC14237@gmail.com> References: <1382695687.12254.4.camel@pippen.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 22 * Vince Weaver wrote: > I don't know if there are any better ways to try to debug things > than the printk route. Though that has its own problems as the > printk's themselves start showing up in the ftrace traces. One additional brute-force method is earlyprintk=...,keep and marking the (handful of) earlyprintk functions (and snprintf) notrace, plus turning off printk itself completely. That gives a completely instrumentation-free and locking-free console output function of last resort :-/ Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/