From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565Ab0DUHth (ORCPT ); Wed, 21 Apr 2010 03:49:37 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:52112 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868Ab0DUHtf (ORCPT ); Wed, 21 Apr 2010 03:49:35 -0400 Date: Wed, 21 Apr 2010 09:49:17 +0200 From: Ingo Molnar To: Frederic Weisbecker Cc: LKML , "David S . Miller" , Steven Rostedt , Thomas Gleixner , Li Zefan , Lai Jiangshan , Randy Dunlap Subject: Re: [GIT PULL] tracing update Message-ID: <20100421074917.GB17237@elte.hu> References: <1271706114-8489-1-git-send-regression-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1271706114-8489-1-git-send-regression-fweisbec@gmail.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Frederic Weisbecker wrote: > Ingo, > > Please pull the tracing/core branch that can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git > tracing/core > > Thanks, > Frederic > --- > > Frederic Weisbecker (1): > tracing: Dump either the oops's cpu source or all cpus buffers > > > Documentation/kernel-parameters.txt | 6 +++- > Documentation/trace/ftrace.txt | 6 +++- > drivers/char/sysrq.c | 2 +- > include/linux/ftrace.h | 4 ++- > include/linux/kernel.h | 11 ++++++- > kernel/trace/trace.c | 51 ++++++++++++++++++++++++++-------- > 6 files changed, 61 insertions(+), 19 deletions(-) Pulled, thanks Frederic! Ingo