From patchwork Fri Jun 28 12:29:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11022317 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9DFD976 for ; Fri, 28 Jun 2019 12:33:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8FA0028782 for ; Fri, 28 Jun 2019 12:33:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 83670287E5; Fri, 28 Jun 2019 12:33:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F0B5728782 for ; Fri, 28 Jun 2019 12:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726947AbfF1MdI (ORCPT ); Fri, 28 Jun 2019 08:33:08 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:39198 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726926AbfF1Maj (ORCPT ); Fri, 28 Jun 2019 08:30:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=JKCqIHV1YuF0BSogkUbroVBUzOT9ZPq/zkchQ58FrUY=; b=ZXy2eKnc4pRwloaqI3XC2oyCnO mSruPT4ToVz+viuoujlGR2Nb1bfe941rUUWhmbOJOSL2I6yy9IcrT1ncrEeUx4KxMP6My68U2RV/Y ulN/2Blm3ld+wtnPIi8+YdAaNZa0wIVp6OgB6R8DUlfcWmNTia2ZDUZG34pKk+bO+I30zP+XvXdTQ NhKas929i2SepX4p+LXsfa5bT0miQgebVn9zOrhK5tNR/TxxO7qUS0jwm9oXBMtfpcwcA0mdsPS23 ZsBNOhQg2iNaIb3vgV1LPUtVBGc57PznVsqkBOUbSjq2k0QCv6euM1BGOzzF/2ohcn0UA6h/nNjt9 MIc8A0PQ==; Received: from [186.213.242.156] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hgq1T-00054t-US; Fri, 28 Jun 2019 12:30:36 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92) (envelope-from ) id 1hgq1S-0005R9-0z; Fri, 28 Jun 2019 09:30:34 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Shaokun Zhang , Khuong Dinh , Will Deacon , Mark Rutland , Andy Gross , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org Subject: [PATCH 03/39] docs: perf: move to the admin-guide Date: Fri, 28 Jun 2019 09:29:56 -0300 Message-Id: X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The perf infrastructure is used for userspace to track issues. At least a good part of what's described here is related to it. So, add it to the admin-guide. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/index.rst | 1 + Documentation/{ => admin-guide}/perf/arm-ccn.rst | 0 Documentation/{ => admin-guide}/perf/arm_dsu_pmu.rst | 0 Documentation/{ => admin-guide}/perf/hisi-pmu.rst | 0 Documentation/{ => admin-guide}/perf/index.rst | 2 -- Documentation/{ => admin-guide}/perf/qcom_l2_pmu.rst | 0 Documentation/{ => admin-guide}/perf/qcom_l3_pmu.rst | 0 Documentation/{ => admin-guide}/perf/thunderx2-pmu.rst | 0 Documentation/{ => admin-guide}/perf/xgene-pmu.rst | 0 MAINTAINERS | 4 ++-- drivers/perf/qcom_l3_pmu.c | 2 +- 11 files changed, 4 insertions(+), 5 deletions(-) rename Documentation/{ => admin-guide}/perf/arm-ccn.rst (100%) rename Documentation/{ => admin-guide}/perf/arm_dsu_pmu.rst (100%) rename Documentation/{ => admin-guide}/perf/hisi-pmu.rst (100%) rename Documentation/{ => admin-guide}/perf/index.rst (95%) rename Documentation/{ => admin-guide}/perf/qcom_l2_pmu.rst (100%) rename Documentation/{ => admin-guide}/perf/qcom_l3_pmu.rst (100%) rename Documentation/{ => admin-guide}/perf/thunderx2-pmu.rst (100%) rename Documentation/{ => admin-guide}/perf/xgene-pmu.rst (100%) diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-guide/index.rst index 0066b198cad4..b7e6d18f80ca 100644 --- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -38,6 +38,7 @@ problems and bugs in particular. ramoops dynamic-debug-howto init + perf/index This is the beginning of a section with information of interest to application developers. Documents covering various aspects of the kernel diff --git a/Documentation/perf/arm-ccn.rst b/Documentation/admin-guide/perf/arm-ccn.rst similarity index 100% rename from Documentation/perf/arm-ccn.rst rename to Documentation/admin-guide/perf/arm-ccn.rst diff --git a/Documentation/perf/arm_dsu_pmu.rst b/Documentation/admin-guide/perf/arm_dsu_pmu.rst similarity index 100% rename from Documentation/perf/arm_dsu_pmu.rst rename to Documentation/admin-guide/perf/arm_dsu_pmu.rst diff --git a/Documentation/perf/hisi-pmu.rst b/Documentation/admin-guide/perf/hisi-pmu.rst similarity index 100% rename from Documentation/perf/hisi-pmu.rst rename to Documentation/admin-guide/perf/hisi-pmu.rst diff --git a/Documentation/perf/index.rst b/Documentation/admin-guide/perf/index.rst similarity index 95% rename from Documentation/perf/index.rst rename to Documentation/admin-guide/perf/index.rst index 4bf848e27f26..9d445451ea18 100644 --- a/Documentation/perf/index.rst +++ b/Documentation/admin-guide/perf/index.rst @@ -1,5 +1,3 @@ -:orphan: - =========================== Performance monitor support =========================== diff --git a/Documentation/perf/qcom_l2_pmu.rst b/Documentation/admin-guide/perf/qcom_l2_pmu.rst similarity index 100% rename from Documentation/perf/qcom_l2_pmu.rst rename to Documentation/admin-guide/perf/qcom_l2_pmu.rst diff --git a/Documentation/perf/qcom_l3_pmu.rst b/Documentation/admin-guide/perf/qcom_l3_pmu.rst similarity index 100% rename from Documentation/perf/qcom_l3_pmu.rst rename to Documentation/admin-guide/perf/qcom_l3_pmu.rst diff --git a/Documentation/perf/thunderx2-pmu.rst b/Documentation/admin-guide/perf/thunderx2-pmu.rst similarity index 100% rename from Documentation/perf/thunderx2-pmu.rst rename to Documentation/admin-guide/perf/thunderx2-pmu.rst diff --git a/Documentation/perf/xgene-pmu.rst b/Documentation/admin-guide/perf/xgene-pmu.rst similarity index 100% rename from Documentation/perf/xgene-pmu.rst rename to Documentation/admin-guide/perf/xgene-pmu.rst diff --git a/MAINTAINERS b/MAINTAINERS index 9d3a408f5ce1..55996c9f2e0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1139,7 +1139,7 @@ APPLIED MICRO (APM) X-GENE SOC PMU M: Khuong Dinh S: Supported F: drivers/perf/xgene_pmu.c -F: Documentation/perf/xgene-pmu.rst +F: Documentation/admin-guide/perf/xgene-pmu.rst F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt APTINA CAMERA SENSOR PLL @@ -7207,7 +7207,7 @@ M: Shaokun Zhang W: http://www.hisilicon.com S: Supported F: drivers/perf/hisilicon -F: Documentation/perf/hisi-pmu.rst +F: Documentation/admin-guide/perf/hisi-pmu.rst HISILICON ROCE DRIVER M: Lijun Ou diff --git a/drivers/perf/qcom_l3_pmu.c b/drivers/perf/qcom_l3_pmu.c index 90f88ce5192b..656e830798d9 100644 --- a/drivers/perf/qcom_l3_pmu.c +++ b/drivers/perf/qcom_l3_pmu.c @@ -8,7 +8,7 @@ * the slices. User space needs to aggregate to individual counts to provide * a global picture. * - * See Documentation/perf/qcom_l3_pmu.rst for more details. + * See Documentation/admin-guide/perf/qcom_l3_pmu.rst for more details. * * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. */