Skip to content

Commit cb0c5a6

Browse files
gopi487krishnawilldeacon
authored andcommitted
docs: perf: Fujitsu: Fix htmldocs build warnings and errors
Running "make htmldocs" generates the following build errors and warnings for fujitsu_uncore_pmu.rst: Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:20: ERROR: Unexpected indentation. Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:23: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:28: ERROR: Unexpected indentation. Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:29: WARNING: Block quote ends without a blank line; unexpected unindent. Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:81: ERROR: Unexpected indentation. Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst:82: WARNING: Block quote ends without a blank line; unexpected unindent. Add blank line before bullet lists, block quotes to fix build errors, resolve warnings and properly render perf commands as code blocks. Signed-off-by: Gopi Krishna Menon <[email protected]> Reviewed-by: Koichi Okuno <[email protected]> Fixes: bad1155 ("perf: Fujitsu: Add the Uncore PMU driver") Reviewed-by: Bagas Sanjaya <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Will Deacon <[email protected]>
1 parent 200b0d2 commit cb0c5a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/admin-guide/perf/fujitsu_uncore_pmu.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@ The driver provides a description of its available events and configuration
1515
options in sysfs, see /sys/bus/event_sources/devices/mac_iod<iod>_mac<mac>_ch<ch>/
1616
and /sys/bus/event_sources/devices/pci_iod<iod>_pci<pci>/.
1717
This driver exports:
18+
1819
- formats, used by perf user space and other tools to configure events
1920
- events, used by perf user space and other tools to create events
20-
symbolically, e.g.:
21+
symbolically, e.g.::
22+
2123
perf stat -a -e mac_iod0_mac0_ch0/event=0x21/ ls
2224
perf stat -a -e pci_iod0_pci0/event=0x24/ ls
25+
2326
- cpumask, used by perf user space and other tools to know on which CPUs
2427
to open the events
2528

2629
This driver supports the following events for MAC:
30+
2731
- cycles
2832
This event counts MAC cycles at MAC frequency.
2933
- read-count
@@ -77,6 +81,7 @@ Examples for use with perf::
7781
perf stat -e mac_iod0_mac0_ch0/ea-mac/ ls
7882

7983
And, this driver supports the following events for PCI:
84+
8085
- pci-port0-cycles
8186
This event counts PCI cycles at PCI frequency in port0.
8287
- pci-port0-read-count

0 commit comments

Comments
 (0)