mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
docs: fix "incase" typo in coresight/panic.rst
Corrects a spelling mistake in Documentation/trace/coresight/panic.rst where "incase" was used instead of "in case". Signed-off-by: Hendrik Hamerlinck <hendrik.hamerlinck@hammernet.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20250513110931.15072-1-hendrik.hamerlinck@hammernet.be>
This commit is contained in:
committed by
Jonathan Corbet
parent
2dbe93d1e4
commit
52092c1d50
@@ -67,8 +67,8 @@ Trace data captured at the time of panic, can be read from rebooted kernel
|
||||
or from crashdump kernel using a special device file /dev/crash_tmc_xxx.
|
||||
This device file is created only when there is a valid crashdata available.
|
||||
|
||||
General flow of trace capture and decode incase of kernel panic
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
General flow of trace capture and decode in case of kernel panic
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
1. Enable source and sink on all the cores using the sysfs interface.
|
||||
ETR sinks should have trace buffers allocated from reserved memory,
|
||||
by selecting "resrv" buffer mode from sysfs.
|
||||
|
||||
Reference in New Issue
Block a user