* [PATCH] docs: Corrected typo in trace/events
@ 2025-08-19 8:49 Mehdi Ben Hadj Khelifa
2025-08-19 17:18 ` Randy Dunlap
2025-08-21 17:59 ` Jonathan Corbet
0 siblings, 2 replies; 4+ messages in thread
From: Mehdi Ben Hadj Khelifa @ 2025-08-19 8:49 UTC (permalink / raw)
To: linux-doc, skhan, linux-trace-kernel, mathieu.desnoyers, corbet
Cc: linux-kernel-mentees, mhiramat, rostedt, Mehdi Ben Hadj Khelifa
-Changed 'Dyamically' to 'Dynamically' in trace/events.rst
under sections 7.1 and 7.3
Signed-off-by: Mehdi Ben Hadj Khelifa <mehdi.benhadjkhelifa@gmail.com>
---
Documentation/trace/events.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst
index 2d88a2acacc0..18d112963dec 100644
--- a/Documentation/trace/events.rst
+++ b/Documentation/trace/events.rst
@@ -629,8 +629,8 @@ following:
- tracing synthetic events from in-kernel code
- the low-level "dynevent_cmd" API
-7.1 Dyamically creating synthetic event definitions
----------------------------------------------------
+7.1 Dynamically creating synthetic event definitions
+----------------------------------------------------
There are a couple ways to create a new synthetic event from a kernel
module or other kernel code.
@@ -944,8 +944,8 @@ Note that synth_event_trace_end() must be called at the end regardless
of whether any of the add calls failed (say due to a bad field name
being passed in).
-7.3 Dyamically creating kprobe and kretprobe event definitions
---------------------------------------------------------------
+7.3 Dynamically creating kprobe and kretprobe event definitions
+---------------------------------------------------------------
To create a kprobe or kretprobe trace event from kernel code, the
kprobe_event_gen_cmd_start() or kretprobe_event_gen_cmd_start()
--
2.50.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Corrected typo in trace/events
2025-08-19 8:49 [PATCH] docs: Corrected typo in trace/events Mehdi Ben Hadj Khelifa
@ 2025-08-19 17:18 ` Randy Dunlap
2025-08-19 17:34 ` Mehdi Ben Hadj Khelifa
2025-08-21 17:59 ` Jonathan Corbet
1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2025-08-19 17:18 UTC (permalink / raw)
To: Mehdi Ben Hadj Khelifa, linux-doc, skhan, linux-trace-kernel,
mathieu.desnoyers, corbet
Cc: linux-kernel-mentees, mhiramat, rostedt
On 8/19/25 1:49 AM, Mehdi Ben Hadj Khelifa wrote:
> -Changed 'Dyamically' to 'Dynamically' in trace/events.rst
>
> under sections 7.1 and 7.3
>
> Signed-off-by: Mehdi Ben Hadj Khelifa <mehdi.benhadjkhelifa@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/trace/events.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst
> index 2d88a2acacc0..18d112963dec 100644
> --- a/Documentation/trace/events.rst
> +++ b/Documentation/trace/events.rst
> @@ -629,8 +629,8 @@ following:
> - tracing synthetic events from in-kernel code
> - the low-level "dynevent_cmd" API
>
> -7.1 Dyamically creating synthetic event definitions
> ----------------------------------------------------
> +7.1 Dynamically creating synthetic event definitions
> +----------------------------------------------------
>
> There are a couple ways to create a new synthetic event from a kernel
> module or other kernel code.
> @@ -944,8 +944,8 @@ Note that synth_event_trace_end() must be called at the end regardless
> of whether any of the add calls failed (say due to a bad field name
> being passed in).
>
> -7.3 Dyamically creating kprobe and kretprobe event definitions
> ---------------------------------------------------------------
> +7.3 Dynamically creating kprobe and kretprobe event definitions
> +---------------------------------------------------------------
>
> To create a kprobe or kretprobe trace event from kernel code, the
> kprobe_event_gen_cmd_start() or kretprobe_event_gen_cmd_start()
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Corrected typo in trace/events
2025-08-19 17:18 ` Randy Dunlap
@ 2025-08-19 17:34 ` Mehdi Ben Hadj Khelifa
0 siblings, 0 replies; 4+ messages in thread
From: Mehdi Ben Hadj Khelifa @ 2025-08-19 17:34 UTC (permalink / raw)
To: Randy Dunlap, linux-doc, skhan, linux-trace-kernel,
mathieu.desnoyers, corbet
Cc: linux-kernel-mentees, mhiramat, rostedt
On 8/19/25 6:18 PM, Randy Dunlap wrote:
>
>
> On 8/19/25 1:49 AM, Mehdi Ben Hadj Khelifa wrote:
>> -Changed 'Dyamically' to 'Dynamically' in trace/events.rst
>>
>> under sections 7.1 and 7.3
>>
>> Signed-off-by: Mehdi Ben Hadj Khelifa <mehdi.benhadjkhelifa@gmail.com>
>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>
> Thanks.
>
>> ---
>> Documentation/trace/events.rst | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst
>> index 2d88a2acacc0..18d112963dec 100644
>> --- a/Documentation/trace/events.rst
>> +++ b/Documentation/trace/events.rst
>> @@ -629,8 +629,8 @@ following:
>> - tracing synthetic events from in-kernel code
>> - the low-level "dynevent_cmd" API
>>
>> -7.1 Dyamically creating synthetic event definitions
>> ----------------------------------------------------
>> +7.1 Dynamically creating synthetic event definitions
>> +----------------------------------------------------
>>
>> There are a couple ways to create a new synthetic event from a kernel
>> module or other kernel code.
>> @@ -944,8 +944,8 @@ Note that synth_event_trace_end() must be called at the end regardless
>> of whether any of the add calls failed (say due to a bad field name
>> being passed in).
>>
>> -7.3 Dyamically creating kprobe and kretprobe event definitions
>> ---------------------------------------------------------------
>> +7.3 Dynamically creating kprobe and kretprobe event definitions
>> +---------------------------------------------------------------
>>
>> To create a kprobe or kretprobe trace event from kernel code, the
>> kprobe_event_gen_cmd_start() or kretprobe_event_gen_cmd_start()
>
Thanks for the review Randy,
appreciate your time.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: Corrected typo in trace/events
2025-08-19 8:49 [PATCH] docs: Corrected typo in trace/events Mehdi Ben Hadj Khelifa
2025-08-19 17:18 ` Randy Dunlap
@ 2025-08-21 17:59 ` Jonathan Corbet
1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-08-21 17:59 UTC (permalink / raw)
To: Mehdi Ben Hadj Khelifa, linux-doc, skhan, linux-trace-kernel,
mathieu.desnoyers
Cc: linux-kernel-mentees, mhiramat, rostedt, Mehdi Ben Hadj Khelifa
Mehdi Ben Hadj Khelifa <mehdi.benhadjkhelifa@gmail.com> writes:
> -Changed 'Dyamically' to 'Dynamically' in trace/events.rst
>
> under sections 7.1 and 7.3
>
> Signed-off-by: Mehdi Ben Hadj Khelifa <mehdi.benhadjkhelifa@gmail.com>
> ---
> Documentation/trace/events.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst
> index 2d88a2acacc0..18d112963dec 100644
> --- a/Documentation/trace/events.rst
> +++ b/Documentation/trace/events.rst
> @@ -629,8 +629,8 @@ following:
> - tracing synthetic events from in-kernel code
> - the low-level "dynevent_cmd" API
>
> -7.1 Dyamically creating synthetic event definitions
> ----------------------------------------------------
> +7.1 Dynamically creating synthetic event definitions
> +----------------------------------------------------
>
> There are a couple ways to create a new synthetic event from a kernel
> module or other kernel code.
> @@ -944,8 +944,8 @@ Note that synth_event_trace_end() must be called at the end regardless
> of whether any of the add calls failed (say due to a bad field name
> being passed in).
>
> -7.3 Dyamically creating kprobe and kretprobe event definitions
> ---------------------------------------------------------------
> +7.3 Dynamically creating kprobe and kretprobe event definitions
> +---------------------------------------------------------------
>
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-21 17:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 8:49 [PATCH] docs: Corrected typo in trace/events Mehdi Ben Hadj Khelifa
2025-08-19 17:18 ` Randy Dunlap
2025-08-19 17:34 ` Mehdi Ben Hadj Khelifa
2025-08-21 17:59 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).