devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] arm64: perf: Broadcom Vulcan PMU support
@ 2016-04-11 13:02 Ashok Kumar
  2016-04-11 13:02 ` [PATCH v4 1/6] Documentation: arm64: pmu: Add Broadcom Vulcan PMU binding Ashok Kumar
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ashok Kumar @ 2016-04-11 13:02 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, mark.rutland-5wv7dgnIgG8,
	will.deacon-5wv7dgnIgG8, Suzuki.Poulose-5wv7dgnIgG8,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, catalin.marinas-5wv7dgnIgG8
  Cc: jchandra-dY08KVG/lbpWk0Htik3J/w, jglauber-YGCgFSpz5w/QT0dZR+AlfA,
	Ashok Kumar

Cleaned up event naming convention as per ARM ARM.

Added macros for complete ARMv8 recommended implementation defined events.

Common architectural and micro-architectural events which are exported to /sys
are now filtered using PMCEIDn_EL0

Added support for Broadcom Vulcan PMU.

changes since v3 [3]:
 * Changed the order of patchset to match devicetree submission guidelines.
 * Rebased on 4.6-rc3

changes since v2 [2]:
 * Changed event filtering mechanism to use is_visible function pointer
   of attribute_group instead of copying to a new events attribute 
   structure as per Mark's review comments.

changes since v1 [1]:
 Incorporated the following review comments from Will.
 * cleaned up event naming convention as per ARM ARM
 * Filtered common events based on PMCEIDn_EL0
 * Removed exposing implementation defined events to /sys.

[1] http://www.spinics.net/lists/arm-kernel/msg490954.html
[2] http://www.spinics.net/lists/arm-kernel/msg492439.html
[3] http://www.spinics.net/lists/arm-kernel/msg492941.html

Ashok Kumar (6):
  Documentation: arm64: pmu: Add Broadcom Vulcan PMU binding
  arm64: dts: Add Broadcom Vulcan PMU in dts
  arm64/perf: Changed events naming as per ARM ARM
  arm64/perf: Define complete ARMv8 recommended implementation defined
    events
  arm64/perf: Filter common events based on PMCEIDn_EL0
  arm64/perf: Add Broadcom Vulcan PMU support

 Documentation/devicetree/bindings/arm/pmu.txt |   3 +-
 arch/arm64/boot/dts/broadcom/vulcan.dtsi      |   2 +-
 arch/arm64/kernel/perf_event.c                | 517 ++++++++++++++++++--------
 include/linux/perf/arm_pmu.h                  |   2 +
 4 files changed, 359 insertions(+), 165 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-04-13 14:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 13:02 [PATCH v4 0/6] arm64: perf: Broadcom Vulcan PMU support Ashok Kumar
2016-04-11 13:02 ` [PATCH v4 1/6] Documentation: arm64: pmu: Add Broadcom Vulcan PMU binding Ashok Kumar
     [not found]   ` <1460379741-1181-2-git-send-email-ashoks-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-04-13 14:33     ` Rob Herring
2016-04-11 13:02 ` [PATCH v4 2/6] arm64: dts: Add Broadcom Vulcan PMU in dts Ashok Kumar
2016-04-11 13:02 ` [PATCH v4 4/6] arm64/perf: Define complete ARMv8 recommended implementation defined events Ashok Kumar
2016-04-11 13:02 ` [PATCH v4 5/6] arm64/perf: Filter common events based on PMCEIDn_EL0 Ashok Kumar
2016-04-11 13:02 ` [PATCH v4 6/6] arm64/perf: Add Broadcom Vulcan PMU support Ashok Kumar
     [not found] ` <1460379741-1181-1-git-send-email-ashoks-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-04-11 13:02   ` [PATCH v4 3/6] arm64/perf: Changed events naming as per ARM ARM Ashok Kumar
2016-04-11 15:34   ` [PATCH v4 0/6] arm64: perf: Broadcom Vulcan PMU support Jan Glauber

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).