commit | 0305230a3d92d6829db89c9e0c096d4d8733f317 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Sep 21 14:23:47 2012 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Nov 09 11:37:26 2012 +0000 |
tree | 30720e24df940feccf3e8fc03ddfb65d08751f83 | |
parent | 288700d16d4c1479aa00e3db13caed8bb7c83e9f [diff] |
ARM: perf: consistently use arm_pmu->name for PMU name Perf has three ways to name a PMU: either by passing an explicit char *, reading arm_pmu->name or accessing arm_pmu->pmu.name. Just use arm_pmu->name consistently in the ARM backend. Signed-off-by: Will Deacon <will.deacon@arm.com>