]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
coresight: Add label sysfs node support
authorMao Jinlong <quic_jinlmao@quicinc.com>
Sat, 16 Aug 2025 07:25:29 +0000 (00:25 -0700)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Tue, 23 Sep 2025 13:14:13 +0000 (14:14 +0100)
commit01f96b812526a2c8dcd5c0e510dda37e09ec8bcd
tree33a324003bd2823e6a88c49bba60dc16213e301a
parent1ad38ef4dbccee28b9b50e315a2d4d9ca5f7ee09
coresight: Add label sysfs node support

For some coresight components like CTI and TPDM, there could be
numerous of them. From the node name, we can only get the type and
register address of the component. We can't identify the HW or the
system the component belongs to. Add label sysfs node support for
showing the intuitive name of the device.

Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
Reviewed-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20250816072529.3716968-3-quic_jinlmao@quicinc.com
Documentation/ABI/testing/sysfs-bus-coresight-devices-cti
Documentation/ABI/testing/sysfs-bus-coresight-devices-dummy-source
Documentation/ABI/testing/sysfs-bus-coresight-devices-etb10
Documentation/ABI/testing/sysfs-bus-coresight-devices-etm3x
Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
Documentation/ABI/testing/sysfs-bus-coresight-devices-funnel
Documentation/ABI/testing/sysfs-bus-coresight-devices-stm
Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc
Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm
Documentation/ABI/testing/sysfs-bus-coresight-devices-trbe
drivers/hwtracing/coresight/coresight-sysfs.c