From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 16 Nov 2009 16:33:32 +0100 (CET) Received: from www.tglx.de ([62.245.132.106]:44112 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org with ESMTP id S1492774AbZKPPdZ (ORCPT ); Mon, 16 Nov 2009 16:33:25 +0100 Received: from localhost (www.tglx.de [127.0.0.1]) by www.tglx.de (8.13.8/8.13.8/TGLX-2007100201) with ESMTP id nAGFWvSo016670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Nov 2009 16:32:58 +0100 Date: Mon, 16 Nov 2009 16:32:57 +0100 (CET) From: Thomas Gleixner To: Wu Zhangjin cc: rostedt@goodmis.org, Ralf Baechle , Frederic Weisbecker , Ingo Molnar , Nicholas Mc Guire , David Daney , Richard Sandiford , Patrik Kluba , Michal Simek , "Maciej W . Rozycki" , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, zhangfx@lemote.com, zhouqg@gmail.com Subject: Re: [PATCH v8 06/16] tracing: add an endian argument to scripts/recordmcount.pl In-Reply-To: <1258381775.15821.1.camel@falcon.domain.org> Message-ID: References: <9dc81a7a9e5a292cccdf465c533a2b08d19d6021.1258177321.git.wuzhangjin@gmail.com> <8f579e2cece16cd22358a4ec143ef6a8c462639b.1258177321.git.wuzhangjin@gmail.com> <7c7568247ad6cc109ec20387cfc3ca258d1d430f.1258177321.git.wuzhangjin@gmail.com> <3fcaffcfb3c8c8cd3015151ed5b7480ccaecde0f.1258177321.git.wuzhangjin@gmail.com> <1258381775.15821.1.camel@falcon.domain.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.95.1 at www.tglx.de X-Virus-Status: Clean Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 24919 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: tglx@linutronix.de Precedence: bulk X-list: linux-mips On Mon, 16 Nov 2009, Wu Zhangjin wrote: > On Mon, 2009-11-16 at 15:21 +0100, Thomas Gleixner wrote: > > On Sat, 14 Nov 2009, Wu Zhangjin wrote: > > > > > From: Wu Zhangjin > > > > > > MIPS and some other architectures need this argument to handle > > > big/little endian respectively. > > > > Hmm, the patch adds the endian argument to the command line, but does > > nothing else with it. Is there something missing from the patch or is > > it just a left over from earlier iterations ? > > > > It is used in: > > [PATCH v8 07/16] tracing: add dynamic function tracer support for MIPS > > Steven told me to split it out ;) Fair enough. Missed that. Thanks, tglx