summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-271-1467/+0
* arm64: perf: reject CHAIN events at creation timeMark Rutland2023-02-161-0/+8
* arm_pmu: fix event CPU filteringMark Rutland2023-02-161-7/+0
* Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-7/+11
|\
| * perf: Rewrite core context handlingPeter Zijlstra2022-10-271-7/+11
* | arm64/perf: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual2022-11-291-1/+2
|/
* arm64/sysreg: Use feature numbering for PMU and SPE revisionsMark Brown2022-09-161-2/+2
* arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown2022-09-161-4/+4
* arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown2022-09-161-4/+4
* arm64: perf: Expose some Armv9 common events under sysfsShaokun Zhang2022-03-081-0/+10
* arm64: perf: Don't register user access sysctl handler multiple timesWill Deacon2022-01-041-2/+9
* Merge branch 'for-next/perf-cpu' into for-next/perfWill Deacon2021-12-141-70/+45
|\
| * arm64: perf: Support new DT compatiblesRobin Murphy2021-12-141-0/+12
| * arm64: perf: Simplify registration boilerplateRobin Murphy2021-12-141-82/+31
| * arm64: perf: Support Denver and Carmel PMUsThierry Reding2021-12-141-0/+14
* | arm64: perf: Enable PMU counter userspace access for perf eventRob Herring2021-12-141-7/+112
* | arm64: perf: Add userspace counter access disable switchRob Herring2021-12-141-0/+17
|/
* arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2021-08-111-1/+1
* arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu2021-06-111-4/+1
* arm64: perf: Add more support on caps under sysfsShaokun Zhang2021-06-031-0/+33
* arm64: perf: Convert snprintf to sysfs_emitTian Tao2021-06-011-1/+1
* arm64: perf: Remove redundant initialization in perf_event.cQi Liu2021-04-011-3/+2
* arm64: perf: Fix 64-bit event counter read truncationRob Herring2021-03-101-1/+1
* Merge branch 'for-next/perf' into for-next/coreWill Deacon2021-02-121-3/+10
|\
| * arm64: perf: add support for Cortex-A78Seiya Wang2021-02-031-0/+7
| * arm64: perf: Constify static attribute_group structsRikard Falkeborn2021-02-021-3/+3
* | arm64: improve whitespaceZhiyuan Dai2021-02-041-1/+1
|/
* Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-131-39/+2
* arm64: Enable perf events based hard lockup detectorSumit Garg2020-11-251-2/+39
* arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry2020-09-281-9/+5
* arm64: perf: Remove PMU lockingJulien Thierry2020-09-281-28/+0
* arm64: perf: Avoid PMXEV* indirectionMark Rutland2020-09-281-14/+85
* arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei2020-09-281-0/+5
* arm64: perf: Add support caps under sysfsShaokun Zhang2020-09-281-33/+70
* arm64: perf: Remove unnecessary event_idx checkQi Liu2020-09-071-18/+2
* arm64: perf: Add general hardware LLC events for PMUv3Leo Yan2020-09-071-0/+3
* arm64: perf: Expose some new events via sysfsShaokun Zhang2020-07-211-0/+19
* arm64: perf: Add cap_user_time_shortPeter Zijlstra2020-07-201-5/+7
* arm64: perf: Only advertise cap_user_time for arch_timerPeter Zijlstra2020-07-201-6/+13
* arm64: perf: Implement correct cap_user_timePeter Zijlstra2020-07-201-9/+29
* arm64: perf: Correct the event index in sysfsShaokun Zhang2020-07-201-5/+8
* arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray2020-03-171-16/+71
* arm64: perf: Clean up enable/disable callsRobin Murphy2020-03-171-52/+35
* arm64: perf: Support new DT compatiblesRobin Murphy2020-03-021-0/+56
* arm64: perf: Refactor PMU init callbacksRobin Murphy2020-03-021-97/+27
* arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang2019-11-011-125/+66
* arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault2019-08-201-0/+1
* arm64: perf: Remove unused macroShaokun Zhang2019-07-231-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-9/+41
|\