Re: [PATCH v9 13/13] perf test: Add relevant documentation about CoreSight testing

From: Sven Schnelle
Date: Tue Oct 11 2022 - 03:28:25 EST


Hi Carsten,

carsten.haitzler@xxxxxxxxxxxx writes:

> From: Carsten Haitzler <carsten.haitzler@xxxxxxx>
>
> Add/improve documentation helping people get started with CoreSight and
> perf as well as describe the testing and how it works.
>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Signed-off-by: Carsten Haitzler <carsten.haitzler@xxxxxxx>
> ---
> .../trace/coresight/coresight-perf.rst | 158 ++++++++++++++++++
> .../perf/Documentation/perf-arm-coresight.txt | 5 +
> 2 files changed, 163 insertions(+)
> create mode 100644 Documentation/trace/coresight/coresight-perf.rst
> create mode 100644 tools/perf/Documentation/perf-arm-coresight.txt
>

Investigating a rpm build failure i see the following error with next-20221011:

% cd tools/perf/Documentation
% make O=/home/svens/linux-build/ man V=1
rm -f /home/svens/linux-build/perf-arm-coresight.xml+ /home/svens/linux-build/perf-arm-coresight.xml && \
asciidoc -b docbook -d manpage \
--unsafe -f asciidoc.conf -aperf_version= \
-aperf_date=2022-10-06 \
-o /home/svens/linux-build/perf-arm-coresight.xml+ perf-arm-coresight.txt && \
mv /home/svens/linux-build/perf-arm-coresight.xml+ /home/svens/linux-build/perf-arm-coresight.xml
asciidoc: FAILED: manpage document title is mandatory
make: *** [Makefile:266: /home/svens/linux-build/perf-arm-coresight.xml] Error 1

Can you please fix this?

Thanks!