From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751843AbdA3DQw (ORCPT ); Sun, 29 Jan 2017 22:16:52 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:40430 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbdA3DQn (ORCPT ); Sun, 29 Jan 2017 22:16:43 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org EEF6A60A95 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=nleeder@codeaurora.org Subject: Re: [PATCH v8] perf: add qcom l2 cache perf events driver To: Catalin Marinas , Will Deacon , Mark Rutland , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo References: <1484592767-23687-1-git-send-email-nleeder@codeaurora.org> Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Langsdorf , Mark Salter , Jon Masters , Timur Tabi , cov@codeaurora.org, nleeder@codeaurora.org From: "Leeder, Neil" Message-ID: <814d6b09-33db-9460-0eba-e2602989532c@codeaurora.org> Date: Sun, 29 Jan 2017 22:16:36 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484592767-23687-1-git-send-email-nleeder@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Has anyone had a chance to look at this yet - I'd appreciate any comments. Thanks, Neil On 1/16/2017 1:52 PM, Neil Leeder wrote: > Adds perf events support for L2 cache PMU. > > The L2 cache PMU driver is named 'l2cache_0' and can be used > with perf events to profile L2 events such as cache hits > and misses on Qualcomm Technologies processors. > > Signed-off-by: Neil Leeder > --- > v8: > Various style changes for function names & code restructuring > Replace dev_warn with ratelimited debug prints > Move hotplug registration before PMU registration > Reload counters with a fixed value > Add column-exclusion check for events in same group > Rebase on 4.10-rc3