aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+2
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-2/+2
2013-10-25arm64: perf: fix event number maskVinayak Kale1-3/+4
2013-08-20arm64: perf: fix ARMv8 EVTYPE_MASK to include NSH bitWill Deacon1-1/+1
2013-08-20arm64: perf: fix group validation when using enable_on_execWill Deacon1-1/+4
2013-08-20arm64: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-20arm64: perf: fix array out of bounds access in armpmu_map_hw_event()Will Deacon1-1/+6
2013-06-20perf: arm64: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-01-29arm64: perf: add guest vs host discriminationMarc Zyngier1-0/+37
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-08arm64: perf: use architected event for CPU cycle counterWill Deacon1-8/+2
2012-09-17arm64: Performance counters supportWill Deacon1-0/+1368