From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 16 Nov 2009 15:30:37 +0100 (CET) Received: from mail-pw0-f45.google.com ([209.85.160.45]:45606 "EHLO mail-pw0-f45.google.com" rhost-flags-OK-OK-OK-OK) by ftp.linux-mips.org with ESMTP id S1492477AbZKPOab (ORCPT ); Mon, 16 Nov 2009 15:30:31 +0100 Received: by pwi15 with SMTP id 15so3410547pwi.24 for ; Mon, 16 Nov 2009 06:30:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=75g6mf5eKeX4JgOiakcyLB5vrvn6+xncS1V0LwuejVs=; b=Bq6QSurQNcimLwMbKP1kDQUVVsYxgfIKnOhIi94M2et6jOJYCY+2C7YJJQushJ/AFs C4CV3T4++TGvr8DW6ln4W/5sFoU5r83uLat6uNrZhZydKOltqsT1B5DUdIBbwIQ/BhtF 1ZCbXRVO7XVcoUWVZg9dK3Oi4b0Gj8jmU6KK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=juwn4LTvnpe/5S/viBQroegXW93ZpAruvrYkW4g8zF2SqPyiYuJ8+JYr6R+6xigC7k DPGQxGgqxz50HglpLsEhEh8RTY2vfkaY5ZzTEZvmXx9PpMwHNebif9/WmwqZJPZxHYny sQQk2luktsgjmt4iWcNUHFDpkYpo98iyZYzZQ= Received: by 10.114.3.29 with SMTP id 29mr5319247wac.208.1258381821062; Mon, 16 Nov 2009 06:30:21 -0800 (PST) Received: from ?172.16.2.101? ([222.92.8.142]) by mx.google.com with ESMTPS id 21sm1497933pzk.7.2009.11.16.06.30.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 06:30:20 -0800 (PST) Subject: Re: [PATCH v8 06/16] tracing: add an endian argument to scripts/recordmcount.pl From: Wu Zhangjin Reply-To: wuzhangjin@gmail.com To: Thomas Gleixner 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 In-Reply-To: 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> Content-Type: text/plain; charset="UTF-8" Organization: DSLab, Lanzhou University, China Date: Mon, 16 Nov 2009 22:29:35 +0800 Message-ID: <1258381775.15821.1.camel@falcon.domain.org> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit 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: 24913 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: wuzhangjin@gmail.com Precedence: bulk X-list: linux-mips 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 ;) Thanks & Regards, Wu Zhangjin