Re: [PATCH 0/4] docs: admin-guide: improve workload tracing guide

From: Jonathan Corbet

Date: Fri May 15 2026 - 10:52:31 EST


Cheng-Han Wu <hank20010209@xxxxxxxxx> writes:

> This series updates Documentation/admin-guide/workload-tracing.rst
>
> - Patch 1 fixes several typos.
> - Patch 2 fixes stress-ng and perf record command examples.
> - Patch 3 replaces a stale fixed "perf bench all" benchmark list with a
> description of the command behavior and how to query available benchmarks.
> - Patch 4 mentions the kernel build system's cscope target and shows how
> to exclude directories with IGNORE_DIRS.
>
> Built test with:
> make SPHINXDIRS=admin-guide htmldocs
>
> Cheng-Han Wu (4):
> docs: admin-guide: fix typos in workload tracing guide
> docs: admin-guide: fix stress-ng command examples
> docs: admin-guide: clarify perf bench all behavior
> docs: admin-guide: add IGNORE_DIRS example for cscope
>
> .../admin-guide/workload-tracing.rst | 41 +++++++++++++------
> 1 file changed, 29 insertions(+), 12 deletions(-)

Series applied, thanks.

jon