From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4695CC3A5A8 for ; Wed, 4 Sep 2019 15:57:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A67722CF5 for ; Wed, 4 Sep 2019 15:57:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731568AbfIDP5c (ORCPT ); Wed, 4 Sep 2019 11:57:32 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:6663 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730355AbfIDP5b (ORCPT ); Wed, 4 Sep 2019 11:57:31 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E5E0CA303BF9F0B72BE0; Wed, 4 Sep 2019 23:57:18 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Wed, 4 Sep 2019 23:57:10 +0800 From: John Garry To: , , , , , CC: , , , , , John Garry Subject: [PATCH 0/4] HiSilicon hip08 uncore PMU events additions Date: Wed, 4 Sep 2019 23:54:40 +0800 Message-ID: <1567612484-195727-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds some missing uncore PMU events for the hip08 arm64 platform. The missing events were originally mentioned in https://lkml.org/lkml/2019/6/14/645, when upstreaming the JSONs initially. It also includes a fix for a DDRC eventname. John Garry (4): perf jevents: Fix Hisi hip08 DDRC PMU eventname perf jevents: Add some missing events for Hisi hip08 DDRC PMU perf jevents: Add some missing events for Hisi hip08 L3C PMU perf jevents: Add some missing events for Hisi hip08 HHA PMU .../arm64/hisilicon/hip08/uncore-ddrc.json | 16 +++++- .../arm64/hisilicon/hip08/uncore-hha.json | 23 +++++++- .../arm64/hisilicon/hip08/uncore-l3c.json | 56 +++++++++++++++++++ 3 files changed, 93 insertions(+), 2 deletions(-) -- 2.17.1