diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-09-16 12:42:01 +0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 12:00:13 +0200 |
| commit | bf4ced5cfa24330d1b684c13c408a0c7672113ea (patch) | |
| tree | 5433ba2dd0cce98b658c7bd87b08df475ad7b332 /Documentation | |
| parent | e69c550557b99f3c389e9a1b68deed3e9130410a (diff) | |
| download | linux-bf4ced5cfa24330d1b684c13c408a0c7672113ea.tar.gz linux-bf4ced5cfa24330d1b684c13c408a0c7672113ea.tar.bz2 linux-bf4ced5cfa24330d1b684c13c408a0c7672113ea.zip | |
Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram
[ Upstream commit 8c716e87ea33519920811338100d6d8a7fb32456 ]
Section heading for sched_waking histogram is shown as normal paragraph
instead due to codeblock marker for the following diagram being in the
same line as the section underline. Separate them.
Fixes: daceabf1b494 ("tracing/doc: Fix ascii-art in histogram-design.rst")
Reviewed-by: Tom Zanussi <zanussi@kernel.org>
Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250916054202.582074-5-bagasdotme@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/trace/histogram-design.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/trace/histogram-design.rst b/Documentation/trace/histogram-design.rst index 5765eb3e9efa..a30f4bed11b4 100644 --- a/Documentation/trace/histogram-design.rst +++ b/Documentation/trace/histogram-design.rst @@ -380,7 +380,9 @@ entry, ts0, corresponding to the ts0 variable in the sched_waking trigger above. sched_waking histogram -----------------------:: +---------------------- + +.. code-block:: +------------------+ | hist_data |<-------------------------------------------------------+ |
