From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752787AbdF0O6t (ORCPT ); Tue, 27 Jun 2017 10:58:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:42290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbdF0O6D (ORCPT ); Tue, 27 Jun 2017 10:58:03 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C66722B5C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Tue, 27 Jun 2017 11:57:50 -0300 From: Arnaldo Carvalho de Melo To: Adrian Hunter Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/insn: perf tools: Add new ptwrite instruction Message-ID: <20170627145750.GC16387@kernel.org> References: <1495180230-19367-1-git-send-email-adrian.hunter@intel.com> <20170519232826.05f6396fe22a0faa099b1d07@kernel.org> <59b82868-704f-31e5-a30b-f5a2f5df3c06@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59b82868-704f-31e5-a30b-f5a2f5df3c06@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jun 22, 2017 at 09:37:37AM +0300, Adrian Hunter escreveu: > On 19/05/17 17:28, Masami Hiramatsu wrote: > > On Fri, 19 May 2017 10:50:30 +0300 > > Adrian Hunter wrote: > > > >> Add ptwrite to the op code map and the perf tools new instructions test. > >> To run the test: > >> > >> $ tools/perf/perf test "x86 ins" > >> 39: Test x86 instruction decoder - new instructions : Ok > >> > >> Or to see the details: > >> > >> $ tools/perf/perf test -v "x86 ins" 2>&1 | grep ptwrite > >> > >> For information about ptwrite, refer the Intel SDM. > >> > > > > OK, I've checked that this exists at least "March 2017" revision. > > (But Table A-6 is not updated... sigh) > > > > Looks good to me. > > > > Acked-by: Masami Hiramatsu > > > > Thank you, > > Arnaldo, can you take this? Sure, applying to perf/core. - Arnaldo