From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5618 invoked by alias); 10 Sep 2009 22:57:47 -0000 Received: (qmail 5610 invoked by uid 22791); 10 Sep 2009 22:57:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.147) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Sep 2009 22:57:43 +0000 Received: by ey-out-1920.google.com with SMTP id 5so133071eyb.24 for ; Thu, 10 Sep 2009 15:57:40 -0700 (PDT) Received: by 10.211.161.18 with SMTP id n18mr2441307ebo.26.1252623460884; Thu, 10 Sep 2009 15:57:40 -0700 (PDT) Received: from nowhere (ADijon-552-1-29-18.w92-138.abo.wanadoo.fr [92.138.164.18]) by mx.google.com with ESMTPS id 24sm559661eyx.44.2009.09.10.15.57.38 (version=SSLv3 cipher=RC4-MD5); Thu, 10 Sep 2009 15:57:39 -0700 (PDT) Received: by nowhere (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher RC4-MD5 (128/128 bits)) fweisbec@gmail.com; Fri, 11 Sep 2009 00:57:39 +0200 (CEST) Date: Thu, 10 Sep 2009 22:57:00 -0000 From: Frederic Weisbecker To: Masami Hiramatsu Cc: Ingo Molnar , lkml , systemtap , DLE , Jim Keniston , "H. Peter Anvin" , Sam Ravnborg Subject: Re: [PATCH tracing/kprobes] x86: Add MMX support for instruction decoder Message-ID: <20090910225735.GA16396@nowhere> References: <20090904190651.GC6118@nowhere> <20090908163246.23516.78835.stgit@dhcp-100-2-132.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090908163246.23516.78835.stgit@dhcp-100-2-132.bos.redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00654.txt.bz2 On Tue, Sep 08, 2009 at 12:32:46PM -0400, Masami Hiramatsu wrote: > Add MMX/SSE instructions to x86 opcode maps, since some of those > instructions are used in the kernel. > > Signed-off-by: Masami Hiramatsu > Cc: Jim Keniston > Cc: H. Peter Anvin > Cc: Sam Ravnborg > Cc: Frederic Weisbecker > Cc: Ingo Molnar > --- Hehe :) "Succeed: decoded and checked 1574884 instructions" I'm taking the three patches, thanks!