]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
coresight-etm4x: Adding CoreSight ETM4x driver
authorPratik Patel <pratikp@codeaurora.org>
Wed, 13 May 2015 16:34:09 +0000 (10:34 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:11:20 +0000 (11:11 -0700)
commit2e1cdfe184b5202d51e0611d7a051e2bea303946
treed400a4689360b0225288056d7205e99dc8d3d815
parentf5da7cb24b78f2398c80a3ba25438602a68fc3e4
coresight-etm4x: Adding CoreSight ETM4x driver

This driver manages the CoreSight ETMv4 (Embedded Trace Macrocell) IP block
to support HW assisted tracing on ARMv7 and ARMv8 architectures.

Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x [new file with mode: 0644]
drivers/hwtracing/coresight/Kconfig
drivers/hwtracing/coresight/Makefile
drivers/hwtracing/coresight/coresight-etm4x.c [new file with mode: 0644]
drivers/hwtracing/coresight/coresight-etm4x.h [new file with mode: 0644]