Mark Rutland 7325eaec43 ARM: perf: Remove unnecessary armpmu->enable()s
Currently, armpmu_enable iterates through the events for a given
counter set, calling armpmu->enable on each before calling
armpmu->start to start the PMU's counters.

As armpmu->enable is called when each event is added, each event is
already configured in hardware. Due to this, calling armpmu->enable
in armpmu_enable is unnecessary and confusing.

This patch removes the unnecessary calls to armpmu->enable.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2011-08-31 10:50:13 +01:00
..
2008-08-12 19:54:09 +01:00
2011-03-29 14:47:58 +02:00
2008-09-06 12:10:45 +01:00
2010-10-29 13:14:40 -05:00
2011-07-13 17:32:48 +00:00
2011-08-04 08:24:29 +01:00
2010-12-20 23:07:36 +08:00
2011-07-26 16:49:47 -07:00
2011-01-15 09:27:04 +00:00
2011-07-26 16:49:47 -07:00