linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/5] csky: Add pmu hardware sampling support
@ 2019-05-27  6:57 Mao Han
  2019-05-27  6:57 ` [PATCH V2 1/5] csky: Init pmu as a device Mao Han
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mao Han @ 2019-05-27  6:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mao Han, Guo Ren, linux-csky

This patch set add hardware sampling support for csky-pmu, and
also add some properties to pmu node definition. perf can record
on hardware event with this patch applied.

Changes since v1:
  - do not enable/disable irq at start/stop(may lose irq)
  - do not update hpcr when event type is invalid

CC: Guo Ren <guoren@kernel.org>
CC: linux-csky@vger.kernel.org

Guo Ren (1):
  csky: Fixup some error count in 810 & 860.

Mao Han (4):
  csky: Init pmu as a device
  csky: Add reg-io-width property for csky pmu
  csky: Add pmu interrupt support
  dt-bindings: csky: Add csky PMU bindings

 Documentation/devicetree/bindings/csky/pmu.txt |  38 +++
 arch/csky/kernel/perf_event.c                  | 407 +++++++++++++++++++++++--
 2 files changed, 424 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/csky/pmu.txt

-- 
2.7.4


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

end of thread, other threads:[~2019-05-27  6:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-27  6:57 [PATCH V2 0/5] csky: Add pmu hardware sampling support Mao Han
2019-05-27  6:57 ` [PATCH V2 1/5] csky: Init pmu as a device Mao Han
2019-05-27  6:57 ` [PATCH V2 2/5] csky: Add reg-io-width property for csky pmu Mao Han
2019-05-27  6:57 ` [PATCH V2 3/5] csky: Add pmu interrupt support Mao Han
2019-05-27  6:57 ` [PATCH V2 4/5] dt-bindings: csky: Add csky PMU bindings Mao Han
2019-05-27  6:57 ` [PATCH V2 5/5] csky: Fixup some error count in 810 & 860 Mao Han

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