linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/13] Support for coresight ETMv4 tracer
@ 2015-05-13 16:34 Mathieu Poirier
  2015-05-13 16:34 ` [PATCH v4 01/13] coresight-etm4x: Adding CoreSight ETM4x driver Mathieu Poirier
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Mathieu Poirier @ 2015-05-13 16:34 UTC (permalink / raw)
  To: linux-arm-kernel

Please find in this patchset a driver implementation that conforms
to the coresight framework and provide support for the Embedded
Trace Macrocell version 4.

Regards,
Mathieu

---
Changes for v4:
  - Restored cell ID 0x0003b95d.
  - breakdown of multi-line output in sysfs entries.   

Mathieu Poirier (2):
  coresight-etm4x: Read only access to the main management registers
  coresight-etm4x: Read only access to the tracer's ID registers

Pratik Patel (11):
  coresight-etm4x: Adding CoreSight ETM4x driver
  coresight-etm4x: Controls pertaining to tracer configuration
  coresight-etm4x: Controls pertaining to the reset, mode, pe and events
  coresight-etm4x: Controls pertaining to various configuration options
  coresight-etm4x: Controls pertaining to the ViewInst register
  coresight-etm4x: Controls pertaining to the address comparator
    functions
  coresight-etm4x: Controls pertaining to the sequencer functions
  coresight-etm4x: Controls pertaining to the counter functions
  coresight-etm4x: Controls pertaining to the selection of resources
  coresight-etm4x: Controls pertaining to the context ID functions
  coresight-etm4x: Controls pertaining to the VM ID functions

 .../ABI/testing/sysfs-bus-coresight-devices-etm4x  |  450 ++++
 drivers/hwtracing/coresight/Kconfig                |   11 +
 drivers/hwtracing/coresight/Makefile               |    1 +
 drivers/hwtracing/coresight/coresight-etm4x.c      | 2701 ++++++++++++++++++++
 drivers/hwtracing/coresight/coresight-etm4x.h      |  391 +++
 5 files changed, 3554 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
 create mode 100644 drivers/hwtracing/coresight/coresight-etm4x.c
 create mode 100644 drivers/hwtracing/coresight/coresight-etm4x.h

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-13 16:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 16:34 [PATCH v4 00/13] Support for coresight ETMv4 tracer Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 01/13] coresight-etm4x: Adding CoreSight ETM4x driver Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 02/13] coresight-etm4x: Controls pertaining to tracer configuration Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 03/13] coresight-etm4x: Controls pertaining to the reset, mode, pe and events Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 04/13] coresight-etm4x: Controls pertaining to various configuration options Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 05/13] coresight-etm4x: Controls pertaining to the ViewInst register Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 06/13] coresight-etm4x: Controls pertaining to the address comparator functions Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 07/13] coresight-etm4x: Controls pertaining to the sequencer functions Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 08/13] coresight-etm4x: Controls pertaining to the counter functions Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 09/13] coresight-etm4x: Controls pertaining to the selection of resources Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 10/13] coresight-etm4x: Controls pertaining to the context ID functions Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 11/13] coresight-etm4x: Controls pertaining to the VM " Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 12/13] coresight-etm4x: Read only access to the main management registers Mathieu Poirier
2015-05-13 16:34 ` [PATCH v4 13/13] coresight-etm4x: Read only access to the tracer's ID registers Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).