Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: Corrected typo in trace/events

-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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250819085040.974388-1-mehdi.benhadjkhelifa@gmail.com

authored by

Mehdi Ben Hadj Khelifa and committed by
Jonathan Corbet
915fb5ca e56878b4

+4 -4
+4 -4
Documentation/trace/events.rst
··· 629 629 - tracing synthetic events from in-kernel code 630 630 - the low-level "dynevent_cmd" API 631 631 632 - 7.1 Dyamically creating synthetic event definitions 633 - --------------------------------------------------- 632 + 7.1 Dynamically creating synthetic event definitions 633 + ---------------------------------------------------- 634 634 635 635 There are a couple ways to create a new synthetic event from a kernel 636 636 module or other kernel code. ··· 944 944 of whether any of the add calls failed (say due to a bad field name 945 945 being passed in). 946 946 947 - 7.3 Dyamically creating kprobe and kretprobe event definitions 948 - -------------------------------------------------------------- 947 + 7.3 Dynamically creating kprobe and kretprobe event definitions 948 + --------------------------------------------------------------- 949 949 950 950 To create a kprobe or kretprobe trace event from kernel code, the 951 951 kprobe_event_gen_cmd_start() or kretprobe_event_gen_cmd_start()