From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tRpmf35GvzDt1x for ; Mon, 28 Nov 2016 12:21:38 +1100 (AEDT) Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uAS1IhHl144956 for ; Sun, 27 Nov 2016 20:21:36 -0500 Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) by mx0a-001b2d01.pphosted.com with ESMTP id 2704s3tt3n-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 27 Nov 2016 20:21:36 -0500 Received: from localhost by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 28 Nov 2016 11:21:33 +1000 Received: from d23relay10.au.ibm.com (d23relay10.au.ibm.com [9.190.26.77]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 693D33578056 for ; Mon, 28 Nov 2016 12:21:32 +1100 (EST) Received: from d23av05.au.ibm.com (d23av05.au.ibm.com [9.190.234.119]) by d23relay10.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uAS1LWMj59834542 for ; Mon, 28 Nov 2016 12:21:32 +1100 Received: from d23av05.au.ibm.com (localhost [127.0.0.1]) by d23av05.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uAS1LVvb010013 for ; Mon, 28 Nov 2016 12:21:32 +1100 From: Madhavan Srinivasan To: mpe@ellerman.id.au Cc: linuxppc-dev@lists.ozlabs.org, Madhavan Srinivasan Subject: [PATCH v3 0/4] Support PowerISA v3.0 PMU Raw event format Date: Mon, 28 Nov 2016 06:51:12 +0530 Message-Id: <1480296076-28880-1-git-send-email-maddy@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Patchset to factor out the PowerISA v2.07 PMU raw event format encoding and add support to the PowerISA v3.0 PMU raw event format encoding. Changelog v2: 1)Initialized return variable to avoid compile errors in pasemi_defconfig Changelog v1: 1) Initialized "mmcra" variable to avoid compile time errors 2) Made changes to commit message Madhavan Srinivasan (4): powerpc/perf: factor out the event format field powerpc/perf: update attribute_group data structure powerpc/perf: PowerISA v3.0 raw event format encoding powerpc/perf: macros for PowerISA v3.0 format encoding arch/powerpc/perf/isa207-common.c | 124 +++++++++++++++++++++++++++++++++++--- arch/powerpc/perf/isa207-common.h | 27 ++++++++- arch/powerpc/perf/power8-pmu.c | 39 ++---------- arch/powerpc/perf/power9-pmu.c | 114 +++++++++++++++++++++++++++++++++-- 4 files changed, 257 insertions(+), 47 deletions(-) -- 2.7.4