From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] perf stat: fix scale option Date: Sun, 9 Jan 2011 20:49:19 +0100 Message-ID: <20110109194919.GC28554@elte.hu> References: <1294595425-16791-1-git-send-email-daahern@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:58419 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751564Ab1AITte (ORCPT ); Sun, 9 Jan 2011 14:49:34 -0500 Content-Disposition: inline In-Reply-To: <1294595425-16791-1-git-send-email-daahern@cisco.com> Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: David Ahern Cc: a.p.zijlstra@chello.nl, paulus@samba.org, acme@ghostprotocols.net, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org * David Ahern wrote: > The scale option defaults to true and the command line option only > allows it to be set to true. ie. the option is a no-op. Hm, the option parser should already allow --no-scale. Does that not work for you? Thanks, Ingo