]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Coresight: Change functions to accept the coresight_path
authorJie Gan <quic_jiegan@quicinc.com>
Mon, 3 Mar 2025 03:29:28 +0000 (11:29 +0800)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Tue, 4 Mar 2025 18:06:18 +0000 (18:06 +0000)
commit080ee83cc361451a7de7b5486c7f96ce454f7203
tree7a28df1c1b38321001ec4002cf4985fec6d31304
parent7b365f056d8e02fc70c823bdf736e41a7236a54b
Coresight: Change functions to accept the coresight_path

Modify following functions to accept the coresight_path. Devices in the path
can read data from coresight_path if needed.
 - coresight_enable_path
 - coresight_disable_path
 - coresight_get_source
 - coresight_get_sink
 - coresight_enable_helpers
 - coresight_disable_helpers

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-8-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