From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751599AbdBXV7H (ORCPT ); Fri, 24 Feb 2017 16:59:07 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:43790 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751467AbdBXV7E (ORCPT ); Fri, 24 Feb 2017 16:59:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 95EF56070E Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=timur@codeaurora.org Subject: Re: [PATCH V2] perf: qcom: Add L3 cache PMU driver To: Agustin Vega-Frias , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon , Mark Rutland , Peter Zijlstra , Catalin Marinas , Ingo Molnar , Arnaldo Carvalho de Melo Cc: nleeder@codeaurora.org, agross@codeaurora.org, jcm@redhat.com, msalter@redhat.com, mlangsdo@redhat.com, ahs3@redhat.com References: <1487257385-28930-1-git-send-email-agustinv@codeaurora.org> From: Timur Tabi Message-ID: <09a4f5a1-d306-43db-ce7e-03c5c87440c4@codeaurora.org> Date: Fri, 24 Feb 2017 15:58:14 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <1487257385-28930-1-git-send-email-agustinv@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/16/2017 09:03 AM, Agustin Vega-Frias wrote: > +config QCOM_L3_PMU > + bool "Qualcomm Technologies L3-cache PMU" > + depends on ARCH_QCOM && ARM64 && PERF_EVENTS && ACPI > + help > + Provides support for the L3 cache performance monitor unit (PMU) > + in Qualcomm Technologies processors. > + Adds the L3 cache PMU into the perf events subsystem for > + monitoring L3 cache events. Since the L3 PMU driver doesn't work without the IRQ combiner driver, I think you need to add: select QCOM_IRQ_COMBINER or depends on QCOM_IRQ_COMBINER -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.