From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474Ab3AZLyL (ORCPT ); Sat, 26 Jan 2013 06:54:11 -0500 Received: from mail-ea0-f173.google.com ([209.85.215.173]:56688 "EHLO mail-ea0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753061Ab3AZLyI (ORCPT ); Sat, 26 Jan 2013 06:54:08 -0500 Date: Sat, 26 Jan 2013 12:54:02 +0100 From: Ingo Molnar To: Andi Kleen Cc: linux-kernel@vger.kernel.org, a.p.zijlstra@chello.nl, akpm@linux-foundation.org, acme@redhat.com, eranian@google.com, jolsa@redhat.com, namhyung@kernel.org, Andi Kleen Subject: Re: [PATCH 04/12] perf, x86: Support the TSX intx/intx_cp qualifiers v2 Message-ID: <20130126115402.GA13445@gmail.com> References: <1359151245-13179-1-git-send-email-andi@firstfloor.org> <1359151245-13179-5-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359151245-13179-5-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andi Kleen wrote: > From: Andi Kleen > > Implement the TSX transaction and checkpointed transaction > qualifiers for Haswell. This allows e.g. to profile the number > of cycles in transactions. The changelog should explain why this is a basic feature that is a must-have to have basic perf support. (i.e. default 'perf record', 'perf report', 'perf stat' and 'perf top' works and is meaningful.) Thanks, Ingo