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

Configure Feed

Select the types of activity you want to include in your feed.

docs: trace: boottime-trace.rst: fix typo

Replace misspelled "eariler" with "earlier" and drop the stray period
after "example".

Signed-off-by: Runji Liu <runjiliu.tech@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250526134046.1042-1-runjiliu.tech@gmail.com

authored by

Runji Liu and committed by
Jonathan Corbet
ea08e53d 15988788

+2 -2
+2 -2
Documentation/trace/boottime-trace.rst
··· 198 198 after that (arch_initcall or subsys_initcall). Thus, you can trace those with 199 199 boot-time tracing. 200 200 If you want to trace events before core_initcall, you can use the options 201 - starting with ``kernel``. Some of them will be enabled eariler than the initcall 202 - processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event`` 201 + starting with ``kernel``. Some of them will be enabled earlier than the initcall 202 + processing (for example, ``kernel.ftrace=function`` and ``kernel.trace_event`` 203 203 will start before the initcall.) 204 204 205 205