]> git.baikalelectronics.ru Git - kernel.git/commit
perf record: Fix manpage formatting of description of support to hybrid systems
authorAndi Kleen <ak@linux.intel.com>
Thu, 18 Aug 2022 10:01:27 +0000 (03:01 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 27 Aug 2022 14:55:17 +0000 (11:55 -0300)
commitfa85d9c143546ee297daa568ead6d886ac43c67b
treeb8054397ff54f979ec9662a547538f8d9b14c224
parenteb4c90cfadf05f21b1b65ab941268f3b5663acd8
perf record: Fix manpage formatting of description of support to hybrid systems

The Intel hybrid description is written in a different style than the
rest of the perf record man page. There were some new command line
options added after it which resulted in very strange section ordering.
Move the hybrid include last.

Also the sub sections in the hybrid document don't fit the record
manpage well (especially since it talks about all kinds of unrelated
commands). I left this for now, but would be better to separate this
properly in the different man pages.

It would be better to use sub sections for the other sections, but these
don't seem to be supported in AsciiDoc?

Some of the examples are still misrendered in the manpage with an
indented troff command, but I don't know how to fix that.

In any case it's now better than before.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: zhengjun.xing@intel.com
Link: https://lore.kernel.org/r/20220818100127.249401-1-ak@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/intel-hybrid.txt
tools/perf/Documentation/perf-record.txt