All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V
@ 2018-03-26  7:57 ` Alan Kao
  0 siblings, 0 replies; 36+ messages in thread
From: Alan Kao @ 2018-03-26  7:57 UTC (permalink / raw)
  To: Palmer Dabbelt, Albert Ou, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Alexander Shishkin, Jiri Olsa,
	Namhyung Kim, Alex Solomatnikov, Jonathan Corbet, linux-riscv,
	linux-doc, linux-kernel
  Cc: Alan Kao

This implements the baseline PMU for RISC-V platforms.

To ease the future PMU portings, a guide is also written, containing
perf concepts, arch porting practices and some hints.

Alan Kao (2):
  perf: riscv: preliminary RISC-V support
  perf: riscv: Add Document for Future Porting Guide

 Documentation/riscv/pmu.txt         | 250 +++++++++++++++++++
 arch/riscv/Kconfig                  |  12 +
 arch/riscv/include/asm/perf_event.h |  76 +++++-
 arch/riscv/kernel/Makefile          |   1 +
 arch/riscv/kernel/perf_event.c      | 469 ++++++++++++++++++++++++++++++++++++
 5 files changed, 804 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/riscv/pmu.txt
 create mode 100644 arch/riscv/kernel/perf_event.c

-- 
2.16.2

^ permalink raw reply	[flat|nested] 36+ messages in thread
[parent not found: <CAJ2AOiNQiTpJ9cBCb_fXVCyVNj9U-Xk3tUG=9toAC7HpQTRQvA@mail.gmail.com>]

end of thread, other threads:[~2018-04-10 18:15 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-26  7:57 [PATCH 0/2] perf: riscv: Preliminary Perf Event Support on RISC-V Alan Kao
2018-03-26  7:57 ` Alan Kao
2018-03-26  7:57 ` Alan Kao
2018-03-26  7:57 ` [PATCH 1/2] perf: riscv: preliminary RISC-V support Alan Kao
2018-03-26  7:57   ` Alan Kao
2018-03-26  7:57   ` Alan Kao
     [not found]   ` <CAJ2AOiNQuMJoPZPxy2CDFD0vnxk8E+N-8xiir2nPYKjWJKxshQ@mail.gmail.com>
2018-03-29  2:30     ` Alan Kao
2018-03-29  2:30       ` Alan Kao
2018-03-29  2:30       ` Alan Kao
2018-03-31 22:47       ` Alex Solomatnikov
2018-03-31 22:47         ` Alex Solomatnikov
2018-03-31 22:47         ` Alex Solomatnikov
2018-04-02  7:36         ` Alan Kao
2018-04-02  7:36           ` Alan Kao
2018-04-02  7:36           ` Alan Kao
2018-04-02  8:18           ` Alan Kao
2018-04-02  8:18             ` Alan Kao
2018-04-02  8:18             ` Alan Kao
2018-04-05 16:47   ` Palmer Dabbelt
2018-04-05 16:47     ` Palmer Dabbelt
2018-04-05 16:47     ` Palmer Dabbelt
2018-04-09  7:07     ` Alan Kao
2018-04-09  7:07       ` Alan Kao
2018-04-09  7:07       ` Alan Kao
2018-04-09 21:03       ` Palmer Dabbelt
2018-04-09 21:03         ` Palmer Dabbelt
2018-04-09 21:03         ` Palmer Dabbelt
2018-04-10 18:15       ` Alex Solomatnikov
2018-04-10 18:15         ` Alex Solomatnikov
2018-04-10 18:15         ` Alex Solomatnikov
2018-03-26  7:57 ` [PATCH 2/2] perf: riscv: Add Document for Future Porting Guide Alan Kao
2018-03-26  7:57   ` Alan Kao
2018-03-26  7:57   ` Alan Kao
     [not found] <CAJ2AOiNQiTpJ9cBCb_fXVCyVNj9U-Xk3tUG=9toAC7HpQTRQvA@mail.gmail.com>
2018-03-29  0:41 ` [PATCH 1/2] perf: riscv: preliminary RISC-V support Palmer Dabbelt
2018-03-29  0:41   ` Palmer Dabbelt
2018-03-29  0:41   ` Palmer Dabbelt

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.