Loading Documentation/devicetree/bindings/arm/coresight.txt +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ its hardware characteristcs. - "qcom,coresight-remote-etm" - "qcom,coresight-hwevent" - "qcom,coresight-dummy" - "qcom,coresight-dbgui" * port or ports: same as above. Loading drivers/hwtracing/coresight/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,14 @@ config CORESIGHT_QCOM_REPLICATOR programmable ATB replicator sends the ATB trace stream from the ETB/ETF to the TPIUi and ETR. 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_STM bool "CoreSight System Trace Macrocell driver" depends on (ARM && !(CPU_32v3 || CPU_32v4 || CPU_32v4T)) || ARM64 Loading drivers/hwtracing/coresight/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ obj-$(CONFIG_CORESIGHT_TPDA) += coresight-tpda.o obj-$(CONFIG_CORESIGHT_TPDM) += coresight-tpdm.o obj-$(CONFIG_CORESIGHT_EVENT) += coresight-event.o obj-$(CONFIG_CORESIGHT_CTI) += coresight-cti.o obj-$(CONFIG_CORESIGHT_DBGUI) += coresight-dbgui.o obj-$(CONFIG_CORESIGHT_TGU) += coresight-tgu.o obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o obj-$(CONFIG_CORESIGHT_HWEVENT) += coresight-hwevent.o Loading drivers/hwtracing/coresight/coresight-dbgui.c 0 → 100644 +965 −0 File added.Preview size limit exceeded, changes collapsed. Show changes Loading
Documentation/devicetree/bindings/arm/coresight.txt +1 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,7 @@ its hardware characteristcs. - "qcom,coresight-remote-etm" - "qcom,coresight-hwevent" - "qcom,coresight-dummy" - "qcom,coresight-dbgui" * port or ports: same as above. Loading
drivers/hwtracing/coresight/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,14 @@ config CORESIGHT_QCOM_REPLICATOR programmable ATB replicator sends the ATB trace stream from the ETB/ETF to the TPIUi and ETR. 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_STM bool "CoreSight System Trace Macrocell driver" depends on (ARM && !(CPU_32v3 || CPU_32v4 || CPU_32v4T)) || ARM64 Loading
drivers/hwtracing/coresight/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ obj-$(CONFIG_CORESIGHT_TPDA) += coresight-tpda.o obj-$(CONFIG_CORESIGHT_TPDM) += coresight-tpdm.o obj-$(CONFIG_CORESIGHT_EVENT) += coresight-event.o obj-$(CONFIG_CORESIGHT_CTI) += coresight-cti.o obj-$(CONFIG_CORESIGHT_DBGUI) += coresight-dbgui.o obj-$(CONFIG_CORESIGHT_TGU) += coresight-tgu.o obj-$(CONFIG_CORESIGHT_CSR) += coresight-csr.o obj-$(CONFIG_CORESIGHT_HWEVENT) += coresight-hwevent.o Loading
drivers/hwtracing/coresight/coresight-dbgui.c 0 → 100644 +965 −0 File added.Preview size limit exceeded, changes collapsed. Show changes