From: Mark Rutland Date: Fri, 24 Jun 2011 10:30:59 +0000 (+0100) Subject: ARM: perf: remove event limit from pmu_hw_events X-Git-Tag: v3.2-rc1~130^2~7^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc2c83087717dc88003428245d97b9d432fff2d;p=pandora-kernel.git ARM: perf: remove event limit from pmu_hw_events Currently the event accounting data in pmu_hw_events is stored in fixed-sized arrays within the structure. This patch refactors the accounting data to allow any number of events to be managed. Signed-off-by: Mark Rutland Reviewed-by: Will Deacon Reviewed-by: Jamie Iles Reviewed-by: Ashwin Chaugule Signed-off-by: Will Deacon --- Reading git-diff-tree failed