Loading arch/arm/kernel/perf_event_msm_krait.c +1 −1 Original line number Diff line number Diff line Loading @@ -510,7 +510,7 @@ static void krait_pmu_reset(void *info) u32 idx, nb_cnt = cpu_pmu->num_events; /* Stop all counters and their interrupts */ for (idx = 1; idx < nb_cnt; ++idx) { for (idx = ARMV7_IDX_CYCLE_COUNTER; idx < nb_cnt; ++idx) { armv7_pmnc_disable_counter(idx); armv7_pmnc_disable_intens(idx); } Loading arch/arm/mach-msm/perf_debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ static char *descriptions = "22 Perf: add perf user-mode permissions\n" "23 Perf: Add event type check in hrtimer hotplug fix\n" "24 Perf: Add debugfs node to clear PMU\n" "25 msm: perf: reset perf cycle counter on krait\n" ; static ssize_t desc_read(struct file *fp, char __user *buf, Loading Loading
arch/arm/kernel/perf_event_msm_krait.c +1 −1 Original line number Diff line number Diff line Loading @@ -510,7 +510,7 @@ static void krait_pmu_reset(void *info) u32 idx, nb_cnt = cpu_pmu->num_events; /* Stop all counters and their interrupts */ for (idx = 1; idx < nb_cnt; ++idx) { for (idx = ARMV7_IDX_CYCLE_COUNTER; idx < nb_cnt; ++idx) { armv7_pmnc_disable_counter(idx); armv7_pmnc_disable_intens(idx); } Loading
arch/arm/mach-msm/perf_debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ static char *descriptions = "22 Perf: add perf user-mode permissions\n" "23 Perf: Add event type check in hrtimer hotplug fix\n" "24 Perf: Add debugfs node to clear PMU\n" "25 msm: perf: reset perf cycle counter on krait\n" ; static ssize_t desc_read(struct file *fp, char __user *buf, Loading