diff options
author | Mauro Carvalho Chehab | 2019-06-18 16:06:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2019-07-15 09:20:27 -0300 |
commit | 59809fe88224db24432ad50e62fd8d5f0df738a1 (patch) | |
tree | 5adaab915e2053421f0658e12f9f6b75016ef8f5 /drivers | |
parent | d2bdd48a652bd0f7a5c78f3e418b4529fc469e1f (diff) |
docs: perf: move to the admin-guide
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/perf/qcom_l3_pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |