From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755282AbZBJOZ7 (ORCPT ); Tue, 10 Feb 2009 09:25:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754300AbZBJOZv (ORCPT ); Tue, 10 Feb 2009 09:25:51 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:60635 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754221AbZBJOZu (ORCPT ); Tue, 10 Feb 2009 09:25:50 -0500 Date: Tue, 10 Feb 2009 15:25:43 +0100 From: Ingo Molnar To: Frederic Weisbecker Cc: Steven Rostedt , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo Subject: Re: [PATCH 1/2] tracing/sysprof: add missing tracing_{start,stop}_record_cmdline() Message-ID: <20090210142543.GF16147@elte.hu> References: <4990fdb7.0e0f660a.1d27.5399@mx.google.com> <20090210122726.GA21531@elte.hu> <20090210123145.GA1403@elte.hu> <20090210141052.GA5836@nowhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090210141052.GA5836@nowhere> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 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: > On Tue, Feb 10, 2009 at 01:31:45PM +0100, Ingo Molnar wrote: > > > > * Ingo Molnar wrote: > > > > > * Frederic Weisbecker wrote: > > > > > > > Add the missing pair tracing_{start,stop}_record_cmdline() to record well > > > > the cmdline associated with pid. > > > > > > > > Signed-off-by: Frederic Weisbecker > > > > --- > > > > kernel/trace/trace_sysprof.c | 3 +++ > > > > 1 files changed, 3 insertions(+), 0 deletions(-) > > > > > > applied to tip/tracing/sysprof, thanks Frederic! > > > > hm, causes a build failure: > > > > kernel/built-in.o: In function `stack_trace_reset': > > trace_sysprof.c:(.text+0x3e91a): undefined reference to `tracing_stop_cmdline_record' > > kernel/built-in.o: In function `stack_trace_init': > > trace_sysprof.c:(.text+0x3e953): undefined reference to `tracing_start_cmdline_record' > > > > Ingo > > Sorry, this fixlet solves the problem: Could you please send one combo patch? The patch was so small and was at the tail of tracing/sysprof that i didnt apply it after all. Ingo