Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753767AbcCHNRA (ORCPT ); Tue, 8 Mar 2016 08:17:00 -0500 Received: from torg.zytor.com ([198.137.202.12]:51880 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751352AbcCHNQv (ORCPT ); Tue, 8 Mar 2016 08:16:51 -0500 Date: Tue, 8 Mar 2016 05:16:07 -0800 From: tip-bot for Stephane Eranian Message-ID: Cc: acme@redhat.com, peterz@infradead.org, torvalds@linux-foundation.org, mingo@kernel.org, alexander.shishkin@linux.intel.com, stable@vger.kernel.org, hpa@zytor.com, eranian@google.com, jolsa@redhat.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, vincent.weaver@maine.edu Reply-To: torvalds@linux-foundation.org, alexander.shishkin@linux.intel.com, mingo@kernel.org, stable@vger.kernel.org, eranian@google.com, hpa@zytor.com, acme@redhat.com, peterz@infradead.org, tglx@linutronix.de, vincent.weaver@maine.edu, jolsa@redhat.com, linux-kernel@vger.kernel.org In-Reply-To: <1457034642-21837-2-git-send-email-eranian@google.com> References: <1457034642-21837-2-git-send-email-eranian@google.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf/x86/intel: Add definition for PT PMI bit Git-Commit-ID: 5690ae28e472d25e330ad0c637a5cea3fc39fb32 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1692 Lines: 43 Commit-ID: 5690ae28e472d25e330ad0c637a5cea3fc39fb32 Gitweb: http://git.kernel.org/tip/5690ae28e472d25e330ad0c637a5cea3fc39fb32 Author: Stephane Eranian AuthorDate: Thu, 3 Mar 2016 20:50:40 +0100 Committer: Ingo Molnar CommitDate: Tue, 8 Mar 2016 12:18:34 +0100 perf/x86/intel: Add definition for PT PMI bit This patch adds a definition for GLOBAL_OVFL_STATUS bit 55 which is used with the Processor Trace (PT) feature. Signed-off-by: Stephane Eranian Signed-off-by: Peter Zijlstra (Intel) Cc: Cc: Alexander Shishkin Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Vince Weaver Cc: adrian.hunter@intel.com Cc: kan.liang@intel.com Cc: namhyung@kernel.org Link: http://lkml.kernel.org/r/1457034642-21837-2-git-send-email-eranian@google.com Signed-off-by: Ingo Molnar --- arch/x86/include/asm/perf_event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/perf_event.h b/arch/x86/include/asm/perf_event.h index 7bcb861..5a2ed3e 100644 --- a/arch/x86/include/asm/perf_event.h +++ b/arch/x86/include/asm/perf_event.h @@ -165,6 +165,7 @@ struct x86_pmu_capability { #define GLOBAL_STATUS_ASIF BIT_ULL(60) #define GLOBAL_STATUS_COUNTERS_FROZEN BIT_ULL(59) #define GLOBAL_STATUS_LBRS_FROZEN BIT_ULL(58) +#define GLOBAL_STATUS_TRACE_TOPAPMI BIT_ULL(55) /* * IBS cpuid feature detection