2019-05-21 12:31:33

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] [linux-next] docs: tracing: Fix typos in histogram.rst

This patch fixes some spelling typos in histogram.rst

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/trace/histogram.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst
index fb621a1c2638..8408670d0328 100644
--- a/Documentation/trace/histogram.rst
+++ b/Documentation/trace/histogram.rst
@@ -1010,7 +1010,7 @@ Extended error information

For example, suppose we wanted to take a look at the relative
weights in terms of skb length for each callpath that leads to a
- netif_receieve_skb event when downloading a decent-sized file using
+ netif_receive_skb event when downloading a decent-sized file using
wget.

First we set up an initially paused stacktrace trigger on the
@@ -1843,7 +1843,7 @@ practice, not every handler.action combination is currently supported;
if a given handler.action combination isn't supported, the hist
trigger will fail with -EINVAL;

-The default 'handler.action' if none is explicity specified is as it
+The default 'handler.action' if none is explicitly specified is as it
always has been, to simply update the set of values associated with an
entry. Some applications, however, may want to perform additional
actions at that point, such as generate another event, or compare and
@@ -2088,7 +2088,7 @@ The following commonly-used handler.action pairs are available:
and the saved values corresponding to the max are displayed
following the rest of the fields.

- If a snaphot was taken, there is also a message indicating that,
+ If a snapshot was taken, there is also a message indicating that,
along with the value and event that triggered the global maximum:

# cat /sys/kernel/debug/tracing/events/sched/sched_switch/hist
@@ -2176,7 +2176,7 @@ The following commonly-used handler.action pairs are available:
hist trigger entry.

Note that in this case the changed value is a global variable
- associated withe current trace instance. The key of the specific
+ associated with current trace instance. The key of the specific
trace event that caused the value to change and the global value
itself are displayed, along with a message stating that a snapshot
has been taken and where to find it. The user can use the key
@@ -2203,7 +2203,7 @@ The following commonly-used handler.action pairs are available:
and the saved values corresponding to that value are displayed
following the rest of the fields.

- If a snaphot was taken, there is also a message indicating that,
+ If a snapshot was taken, there is also a message indicating that,
along with the value and event that triggered the snapshot::

# cat /sys/kernel/debug/tracing/events/tcp/tcp_probe/hist
--
2.22.0.rc1



2019-05-21 12:58:15

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH] [linux-next] docs: tracing: Fix typos in histogram.rst

On Tue, 21 May 2019 21:30:00 +0900
Masanari Iida <[email protected]> wrote:

> This patch fixes some spelling typos in histogram.rst

Acked-by: Steven Rostedt (VMware) <[email protected]>

Jon,

Care to take this in your tree?

-- Steve

>
> Signed-off-by: Masanari Iida <[email protected]>
> ---

2019-05-29 21:50:58

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] [linux-next] docs: tracing: Fix typos in histogram.rst

On Tue, 21 May 2019 08:55:25 -0400
Steven Rostedt <[email protected]> wrote:

> On Tue, 21 May 2019 21:30:00 +0900
> Masanari Iida <[email protected]> wrote:
>
> > This patch fixes some spelling typos in histogram.rst
>
> Acked-by: Steven Rostedt (VMware) <[email protected]>
>
> Jon,
>
> Care to take this in your tree?

Done, thanks.

jon