Loading drivers/hwtracing/coresight/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,14 @@ config CORESIGHT_TGU provide a trigger point for centering data around a specific event within the trace data buffer. config CORESIGHT_DBGUI bool "CoreSight DebugUI driver" help This driver provides support for DebugUI that helps to capture the value at a specified address. It allows configuring DebugUI to select specified address and trigger mode based on user input. config CORESIGHT_OST bool "CoreSight OST framework" depends on CORESIGHT_STM && CORESIGHT_QGKI Loading drivers/hwtracing/coresight/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -26,5 +26,6 @@ obj-$(CONFIG_CORESIGHT_DUMMY) += coresight-dummy.o obj-$(CONFIG_CORESIGHT_FUSE) += coresight-fuse.o obj-$(CONFIG_CORESIGHT_REMOTE_ETM) += coresight-remote-etm.o obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o obj-$(CONFIG_CORESIGHT_DBGUI) += coresight-dbgui.o obj-$(CONFIG_CORESIGHT_TGU) += coresight-tgu.o apss_tgu.o obj-$(CONFIG_CORESIGHT_OST) += coresight-ost.o drivers/hwtracing/coresight/coresight-dbgui.c 0 → 100644 +948 −0 File added.Preview size limit exceeded, changes collapsed. Show changes Loading
drivers/hwtracing/coresight/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,14 @@ config CORESIGHT_TGU provide a trigger point for centering data around a specific event within the trace data buffer. config CORESIGHT_DBGUI bool "CoreSight DebugUI driver" help This driver provides support for DebugUI that helps to capture the value at a specified address. It allows configuring DebugUI to select specified address and trigger mode based on user input. config CORESIGHT_OST bool "CoreSight OST framework" depends on CORESIGHT_STM && CORESIGHT_QGKI Loading
drivers/hwtracing/coresight/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -26,5 +26,6 @@ obj-$(CONFIG_CORESIGHT_DUMMY) += coresight-dummy.o obj-$(CONFIG_CORESIGHT_FUSE) += coresight-fuse.o obj-$(CONFIG_CORESIGHT_REMOTE_ETM) += coresight-remote-etm.o obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o obj-$(CONFIG_CORESIGHT_DBGUI) += coresight-dbgui.o obj-$(CONFIG_CORESIGHT_TGU) += coresight-tgu.o apss_tgu.o obj-$(CONFIG_CORESIGHT_OST) += coresight-ost.o
drivers/hwtracing/coresight/coresight-dbgui.c 0 → 100644 +948 −0 File added.Preview size limit exceeded, changes collapsed. Show changes