All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Support for coresight ETMv4 tracer
@ 2015-04-22 22:40 ` Mathieu Poirier
  0 siblings, 0 replies; 65+ messages in thread
From: Mathieu Poirier @ 2015-04-22 22:40 UTC (permalink / raw)
  To: gregkh
  Cc: linux-arm-kernel, linux-api, linux-kernel, kaixu.xia,
	zhang.chunyan, mathieu.poirier

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

With this driver support for ARM's juno platform can be added to the
list of coresight supported architecture.

Best regards,
Mathieu

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  |  295 +++
 drivers/hwtracing/coresight/Kconfig                |   10 +
 drivers/hwtracing/coresight/Makefile               |    1 +
 drivers/hwtracing/coresight/coresight-etm4x.c      | 2748 ++++++++++++++++++++
 drivers/hwtracing/coresight/coresight-etm4x.h      |  391 +++
 5 files changed, 3445 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] 65+ messages in thread

end of thread, other threads:[~2015-05-08 14:07 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-22 22:40 [PATCH 00/11] Support for coresight ETMv4 tracer Mathieu Poirier
2015-04-22 22:40 ` Mathieu Poirier
2015-04-22 22:40 ` [PATCH 04/11] coresight-etm4x: Controls pertaining to various configuration options Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
2015-04-22 22:40 ` [PATCH 05/11] coresight-etm4x: Controls pertaining to the ViewInst register Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
2015-04-22 22:40 ` [PATCH 06/11] coresight-etm4x: Controls pertaining to the address comparator functions Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
2015-04-22 22:40 ` [PATCH 07/11] coresight-etm4x: Controls pertaining to the sequencer functions Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
2015-04-22 22:40 ` [PATCH 08/11] coresight-etm4x: Controls pertaining to the counter functions Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier
     [not found] ` <1429742451-11465-1-git-send-email-mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-22 22:40   ` [PATCH 01/11] coresight-etm4x: Adding CoreSight ETM4x driver Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
     [not found]     ` <1429742451-11465-2-git-send-email-mathieu.poirier-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-04-23 15:17       ` Christopher Covington
2015-04-23 15:17         ` Christopher Covington
2015-04-23 15:17         ` Christopher Covington
2015-04-24 15:05       ` Ivan T. Ivanov
2015-04-24 15:05         ` Ivan T. Ivanov
2015-04-24 15:05         ` Ivan T. Ivanov
2015-04-27 15:51         ` Mathieu Poirier
2015-04-27 15:51           ` Mathieu Poirier
2015-04-24 15:41       ` Ivan T. Ivanov
2015-04-24 15:41         ` Ivan T. Ivanov
2015-04-24 15:41         ` Ivan T. Ivanov
     [not found]         ` <1429890108.5211.8.camel-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2015-04-27 15:48           ` Mathieu Poirier
2015-04-27 15:48             ` Mathieu Poirier
2015-04-27 15:48             ` Mathieu Poirier
     [not found]             ` <CANLsYky6TZhZ=JZuoBxU4dNRWVPYGUj6joMfi+dD9zjaokRE0A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-28  8:30               ` Ivan T. Ivanov
2015-04-28  8:30                 ` Ivan T. Ivanov
2015-04-28  8:30                 ` Ivan T. Ivanov
     [not found]                 ` <1430209858.1904.1.camel-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
2015-04-28 20:32                   ` Mathieu Poirier
2015-04-28 20:32                     ` Mathieu Poirier
2015-04-28 20:32                     ` Mathieu Poirier
2015-04-28 12:23         ` Linus Walleij
2015-04-28 12:23           ` Linus Walleij
2015-04-28 12:28     ` Linus Walleij
2015-04-28 12:28       ` Linus Walleij
     [not found]       ` <CACRpkdak5-iuWEDAvhDq3uwYobK+tW_N-t-QaY+-5TUSCa7uOg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-05-08 14:07         ` Mathieu Poirier
2015-05-08 14:07           ` Mathieu Poirier
2015-05-08 14:07           ` Mathieu Poirier
2015-04-22 22:40   ` [PATCH 02/11] coresight-etm4x: Controls pertaining to tracer configuration Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40   ` [PATCH 03/11] coresight-etm4x: Controls pertaining to the reset, mode, pe and events Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40   ` [PATCH 09/11] coresight-etm4x: Controls pertaining to the selection of resources Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40   ` [PATCH 10/11] coresight-etm4x: Controls pertaining to the context ID functions Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-22 22:40     ` Mathieu Poirier
2015-04-23 15:08     ` Christopher Covington
2015-04-23 15:08       ` Christopher Covington
     [not found]       ` <55390B05.1050801-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-04-23 15:16         ` Mathieu Poirier
2015-04-23 15:16           ` Mathieu Poirier
2015-04-23 15:16           ` Mathieu Poirier
     [not found]           ` <CANLsYkw-XwEW9gaXVr07fqHspZU+Vo7FukN7Qz6S07L6jC5ENA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-23 16:59             ` Christopher Covington
2015-04-23 16:59               ` Christopher Covington
2015-04-23 16:59               ` Christopher Covington
2015-04-22 22:40 ` [PATCH 11/11] coresight-etm4x: Controls pertaining to the VM " Mathieu Poirier
2015-04-22 22:40   ` Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.