From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14915 invoked by alias); 8 Apr 2010 09:28:07 -0000 Received: (qmail 14903 invoked by uid 22791); 8 Apr 2010 09:28:06 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Apr 2010 09:28:02 +0000 Received: by pwi2 with SMTP id 2so2193566pwi.0 for ; Thu, 08 Apr 2010 02:28:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.101.12 with HTTP; Thu, 8 Apr 2010 02:27:41 -0700 (PDT) In-Reply-To: <201004080912.o389C3um008221@glazunov.sibelius.xs4all.nl> References: <201004080912.o389C3um008221@glazunov.sibelius.xs4all.nl> From: Hui Zhu Date: Thu, 08 Apr 2010 09:28:00 -0000 Received: by 10.143.84.8 with SMTP id m8mr4059808wfl.293.1270718881222; Thu, 08 Apr 2010 02:28:01 -0700 (PDT) Message-ID: Subject: Re: [RFA] Prec: add x86 insn rdtsc To: Mark Kettenis Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00173.txt.bz2 On Thu, Apr 8, 2010 at 17:12, Mark Kettenis wrote: >> From: Hui Zhu >> Date: Thu, 8 Apr 2010 14:52:50 +0800 >> >> Update follow cvs-head. >> Please help me review it. >> >> Thanks, >> Hui >> >> 2010-04-08 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 * i386-tdep.c (i386_process_record): Add support for insn >> =A0 =A0 =A0 rdtsc. > > Fine with me (although I suspect some funny interactions if you > actually start using process record on software that really uses this > instruction). > Checked in. Thanks Mark. I use this insn to count the exec time of the insns. :) Best regards, Hui