@@ -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
similarity index 100%
rename from Documentation/perf/arm-ccn.rst
rename to Documentation/admin-guide/perf/arm-ccn.rst
similarity index 100%
rename from Documentation/perf/arm_dsu_pmu.rst
rename to Documentation/admin-guide/perf/arm_dsu_pmu.rst
similarity index 100%
rename from Documentation/perf/hisi-pmu.rst
rename to Documentation/admin-guide/perf/hisi-pmu.rst
similarity index 95%
rename from Documentation/perf/index.rst
rename to Documentation/admin-guide/perf/index.rst
@@ -1,5 +1,3 @@
-:orphan:
-
===========================
Performance monitor support
===========================
similarity index 100%
rename from Documentation/perf/qcom_l2_pmu.rst
rename to Documentation/admin-guide/perf/qcom_l2_pmu.rst
similarity index 100%
rename from Documentation/perf/qcom_l3_pmu.rst
rename to Documentation/admin-guide/perf/qcom_l3_pmu.rst
similarity index 100%
rename from Documentation/perf/thunderx2-pmu.rst
rename to Documentation/admin-guide/perf/thunderx2-pmu.rst
similarity index 100%
rename from Documentation/perf/xgene-pmu.rst
rename to Documentation/admin-guide/perf/xgene-pmu.rst
@@ -1139,7 +1139,7 @@ APPLIED MICRO (APM) X-GENE SOC PMU
M: Khuong Dinh <khuong@os.amperecomputing.com>
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 <zhangshaokun@hisilicon.com>
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 <oulijun@huawei.com>
@@ -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.
*/
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 <mchehab+samsung@kernel.org> --- 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%)