commit | abdf655a30b6464fe86c8369de60ccf92f73f589 | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Tue Oct 21 14:11:23 2014 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu Oct 30 12:17:00 2014 +0000 |
tree | c00b0659fe23d48e74934816e4a478acbc85cc97 | |
parent | 5ebd92003494a19ac5246ae385c073be16de1144 [diff] |
arm: perf: dynamically allocate cpu hardware data To support multiple PMUs, each PMU will need its own accounting data. As we don't know how (in general) many PMUs we'll have to support at compile-time, we must allocate the data at runtime dynamically Signed-off-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>