diff --git a/arch/arm/oprofile/common.c b/arch/arm/oprofile/common.c index c3652f73fed49c96ae3da9e6c2862ecc3637bcab..d660cb8dab363db51fcb46a15c784500895c2a5a 100644 --- a/arch/arm/oprofile/common.c +++ b/arch/arm/oprofile/common.c @@ -351,6 +351,8 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) { int cpu, ret = 0; + memset(&perf_events, 0, sizeof(perf_events)); + perf_num_counters = armpmu_get_max_events(); counter_config = kcalloc(perf_num_counters,