Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762548AbZJOJWw (ORCPT ); Thu, 15 Oct 2009 05:22:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757101AbZJOJWv (ORCPT ); Thu, 15 Oct 2009 05:22:51 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:46611 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755854AbZJOJWu (ORCPT ); Thu, 15 Oct 2009 05:22:50 -0400 Subject: Re: [PATCH 12/13] [PATCH 12/13] perf tools: handle - and + in parsing trace print format From: Steven Rostedt Reply-To: rostedt@goodmis.org To: Peter Zijlstra Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Andrew Morton , Frederic Weisbecker , Arnaldo Carvalho de Melo , Steven Rostedt In-Reply-To: <1255590330.8392.446.camel@twins> References: <20091014194330.980165492@goodmis.org> <20091014194400.330843045@goodmis.org> <20091015064240.GC11645@elte.hu> <1255590330.8392.446.camel@twins> Content-Type: text/plain Organization: Kihon Technologies Inc. Date: Thu, 15 Oct 2009 05:20:51 -0400 Message-Id: <1255598451.31684.492.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1179 Lines: 31 On Thu, 2009-10-15 at 09:05 +0200, Peter Zijlstra wrote: > On Thu, 2009-10-15 at 08:42 +0200, Ingo Molnar wrote: > > > > -CFLAGS = $(M64) -ggdb3 -Wall -Wextra -std=gnu99 -Werror -O6 -fstack-protector-all -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) > > > +CFLAGS = $(M64) -ggdb3 -Wall -Wextra -std=gnu99 -Werror -fstack-protector-all -D_FORTIFY_SOURCE=2 $(EXTRA_WARNINGS) > > > > hm, why does this patch change the Makefile? > > > > i've skipped this hunk, it does not appear to be connected to the > > commit. > > Probably because he wanted to debug things and O6 generates crappy gdb > experience.. and then it slipped into the diff Yeah, that's exactly what happened. Damn, I thought I put the -O6 back. This patch, I originally just did the '-', and thought. Hmm, it is trivial to do the '+'. So I added it and did a "git commit -a --amend", forgetting that I modified the Makefile. This hunk can be ignored. Thanks! -- Steve -- 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/