mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Some dummy source has static trace id configured in HW and it cannot be changed via software programming. Configure the trace id in device tree and reserve the id when device probe. Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com> Link: https://lore.kernel.org/r/20241121062829.11571-4-quic_jinlmao@quicinc.com [ Fix Date and Version to December 2024, v6.14 ] Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
15 lines
647 B
Text
15 lines
647 B
Text
What: /sys/bus/coresight/devices/dummy_source<N>/enable_source
|
|
Date: Dec 2024
|
|
KernelVersion: 6.14
|
|
Contact: Mao Jinlong <quic_jinlmao@quicinc.com>
|
|
Description: (RW) Enable/disable tracing of dummy source. A sink should be activated
|
|
before enabling the source. The path of coresight components linking
|
|
the source to the sink is configured and managed automatically by the
|
|
coresight framework.
|
|
|
|
What: /sys/bus/coresight/devices/dummy_source<N>/traceid
|
|
Date: Dec 2024
|
|
KernelVersion: 6.14
|
|
Contact: Mao Jinlong <quic_jinlmao@quicinc.com>
|
|
Description: (R) Show the trace ID that will appear in the trace stream
|
|
coming from this trace entity.
|