]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Coresight: Add trace_id function to retrieving the trace ID
authorJie Gan <quic_jiegan@quicinc.com>
Mon, 3 Mar 2025 03:29:23 +0000 (11:29 +0800)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Tue, 4 Mar 2025 14:48:49 +0000 (14:48 +0000)
commitc367a89dec267c65b556ace5d6aafd07fb1d66b1
tree53e5cf1ed6df806c6db8db5cc82057bc08348327
parentdc872c5f527a07124b2ad92d8c70d11829f17ac9
Coresight: Add trace_id function to retrieving the trace ID

Add 'trace_id' function pointer in coresight_ops. It's responsible for retrieving
the device's trace ID.

Co-developed-by: James Clark <james.clark@linaro.org>
Signed-off-by: James Clark <james.clark@linaro.org>
Reviewed-by: James Clark <james.clark@linaro.org>
Signed-off-by: Jie Gan <quic_jiegan@quicinc.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20250303032931.2500935-3-quic_jiegan@quicinc.com
drivers/hwtracing/coresight/coresight-core.c
drivers/hwtracing/coresight/coresight-dummy.c
drivers/hwtracing/coresight/coresight-etm3x-core.c
drivers/hwtracing/coresight/coresight-etm4x-core.c
drivers/hwtracing/coresight/coresight-stm.c
drivers/hwtracing/coresight/coresight-tpda.c
include/linux/coresight.h