summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/perf_event.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-11arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual1-1/+1
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu1-4/+1
2021-06-03arm64: perf: Add more support on caps under sysfsShaokun Zhang1-0/+33
2021-06-01arm64: perf: Convert snprintf to sysfs_emitTian Tao1-1/+1
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu1-3/+2
2021-03-10arm64: perf: Fix 64-bit event counter read truncationRob Herring1-1/+1
2021-02-12Merge branch 'for-next/perf' into for-next/coreWill Deacon1-3/+10
2021-02-04arm64: improve whitespaceZhiyuan Dai1-1/+1
2021-02-03arm64: perf: add support for Cortex-A78Seiya Wang1-0/+7
2021-02-02arm64: perf: Constify static attribute_group structsRikard Falkeborn1-3/+3
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon1-39/+2
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg1-2/+39
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry1-9/+5
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry1-28/+0
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland1-14/+85
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei1-0/+5
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang1-33/+70
2020-09-07arm64: perf: Remove unnecessary event_idx checkQi Liu1-18/+2
2020-09-07arm64: perf: Add general hardware LLC events for PMUv3Leo Yan1-0/+3
2020-07-21arm64: perf: Expose some new events via sysfsShaokun Zhang1-0/+19
2020-07-20arm64: perf: Add cap_user_time_shortPeter Zijlstra1-5/+7
2020-07-20arm64: perf: Only advertise cap_user_time for arch_timerPeter Zijlstra1-6/+13
2020-07-20arm64: perf: Implement correct cap_user_timePeter Zijlstra1-9/+29
2020-07-20arm64: perf: Correct the event index in sysfsShaokun Zhang1-5/+8
2020-03-18arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray1-16/+71
2020-03-18arm64: perf: Clean up enable/disable callsRobin Murphy1-52/+35
2020-03-02arm64: perf: Support new DT compatiblesRobin Murphy1-0/+56
2020-03-02arm64: perf: Refactor PMU init callbacksRobin Murphy1-97/+27
2019-11-01arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang1-125/+66
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault1-0/+1
2019-07-23arm64: perf: Remove unused macroShaokun Zhang1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+41
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray1-1/+5
2019-04-24arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray1-7/+36
2019-04-24arm64: arm_pmu: Remove unnecessary isb instructionAndrew Murray1-1/+0
2019-04-11arm64: perf_event: Remove wrongfully used inlineRaphael Gault1-2/+2
2019-01-20arm64: perf: remove misleading commentAndrew Murray1-1/+1
2018-11-21arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2018-11-21arm64: perf: Fix typos in commentShaokun Zhang1-1/+1
2018-11-21arm64: perf: Hook up new eventsWill Deacon1-0/+24
2018-11-21arm64: perf: Move event definitions into perf_event.hWill Deacon1-144/+1
2018-11-21arm64: perf: Remove duplicate generic cache eventsWill Deacon1-4/+0
2018-11-21arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon1-7/+18
2018-11-21arm64: perf: Terminate PMU assignment statements with semicolonsWill Deacon1-10/+10
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon1-0/+7
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-0/+30
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose1-27/+158
2018-07-10arm64: perf: Disable PMU while processing counter overflowsSuzuki K Poulose1-22/+28
2018-07-10arm64: perf: Clean up armv8pmu_select_counterSuzuki K Poulose1-10/+19