Re: [PATCH V4 3/6] csky: Add pmu interrupt support

2019-06-03 Thread Guo Ren
Hello Mao, Nice job and see my comment below. On Tue, Jun 4, 2019 at 10:25 AM Mao Han wrote: > > This patch add interrupt request and handler for csky pmu. > perf can record on hardware event with this patch applied. > > Signed-off-by: Mao Han > Cc: Guo Ren > --- > arch/csky/kernel/perf_event

[PATCH V4 3/6] csky: Add pmu interrupt support

2019-06-03 Thread Mao Han
This patch add interrupt request and handler for csky pmu. perf can record on hardware event with this patch applied. Signed-off-by: Mao Han Cc: Guo Ren --- arch/csky/kernel/perf_event.c | 292 +++--- 1 file changed, 276 insertions(+), 16 deletions(-) diff -