git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288700d
)
ARM: perf: consistently use arm_pmu->name for PMU name
author
Will Deacon
<will.deacon@arm.com>
Fri, 21 Sep 2012 13:23:47 +0000
(14:23 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Fri, 9 Nov 2012 11:37:26 +0000
(11:37 +0000)
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>
No differences found