]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Coresight: Allocate trace ID after building the path
authorJie Gan <quic_jiegan@quicinc.com>
Mon, 3 Mar 2025 03:29:26 +0000 (11:29 +0800)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Tue, 4 Mar 2025 18:06:18 +0000 (18:06 +0000)
commitd87d76d823d111b09c842855f1d5171a45095d82
tree5f068c86e2fa207e89b9648b2bb2e38d580cf658
parent3c03c49b2fa59c4d456e2d673fe5847fa6cbcdf2
Coresight: Allocate trace ID after building the path

The trace_id will be stored in coresight_path instead of being declared
everywhere and allocated after building the path.

Co-developed-by: James Clark <james.clark@linaro.org>
Signed-off-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-6-quic_jiegan@quicinc.com
drivers/hwtracing/coresight/coresight-core.c
drivers/hwtracing/coresight/coresight-etm-perf.c
drivers/hwtracing/coresight/coresight-priv.h
drivers/hwtracing/coresight/coresight-sysfs.c