mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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
This commit is contained in:
committed by
Jonathan Corbet
parent
1598878875
commit
ea08e53d4d
@@ -198,8 +198,8 @@ Most of the subsystems and architecture dependent drivers will be initialized
|
||||
after that (arch_initcall or subsys_initcall). Thus, you can trace those with
|
||||
boot-time tracing.
|
||||
If you want to trace events before core_initcall, you can use the options
|
||||
starting with ``kernel``. Some of them will be enabled eariler than the initcall
|
||||
processing (for example,. ``kernel.ftrace=function`` and ``kernel.trace_event``
|
||||
starting with ``kernel``. Some of them will be enabled earlier than the initcall
|
||||
processing (for example, ``kernel.ftrace=function`` and ``kernel.trace_event``
|
||||
will start before the initcall.)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user