csky: Fix perf record in kernel/user space
authorMao Han <han_mao@c-sky.com>
Tue, 4 Jun 2019 10:54:49 +0000 (18:54 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Fri, 19 Jul 2019 06:21:36 +0000 (14:21 +0800)
commitd41435d9b2b3f8fb58dc1258220401ad16aa8a19
tree540a4403883432901eb55b4ee166b281addeaa53
parentf622fbf205966a8e911f81a00db17997dd171404
csky: Fix perf record in kernel/user space

csky_pmu_event_init is called several times during the perf record
initialzation. After configure the event counter in either kernel
space or user space, csky_pmu_event_init is called twice with no
attr specified. Configuration will be overwritten with sampling in
both kernel space and user space. --all-kernel/--all-user is
useless without this patch applied.

Signed-off-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
arch/csky/kernel/perf_event.c