summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf/power8-pmu.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Use PVR rather than oprofile field to determine CPU versionRashmica Gupta2022-07-271-2/+3
* powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev2022-07-181-0/+10
* powerpc: declare unmodified attribute_group usages constRohan McLure2022-03-081-2/+2
* powerpc/perf: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/perf: Update Power PMU cache_events to u64 typeAthira Rajeev2020-07-221-1/+1
* Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-021-0/+3
|\
| * powerpc/perf: Fix MMCRA corruption by bhrb_filterRavi Bangoria2019-05-221-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/perf: init pmu from core-book3sMadhavan Srinivasan2019-05-031-2/+1
* powerpc/perf: Update raw-event code encoding comment for power8Madhavan Srinivasan2018-05-251-0/+64
* powerpc/perf: Factor out PPMU_ONLY_COUNT_RUN check code from power8Madhavan Srinivasan2017-08-101-28/+5
* powerpc/perf: Add Power8 mem_access event to sysfsMadhavan Srinivasan2017-04-191-0/+2
* powerpc/perf: Support to export SIERs bit in Power8Madhavan Srinivasan2017-04-191-0/+2
* powerpc/perf: Factor out event_alternative functionMadhavan Srinivasan2017-02-171-33/+2
* powerpc/perf: factor out the event format fieldMadhavan Srinivasan2016-12-021-35/+4
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* powerpc/perf: factor out power8 pmu functionsMadhavan Srinivasan2016-07-051-253/+3
* powerpc/perf: factor out power8 pmu macros and definesMadhavan Srinivasan2016-07-051-217/+4
* powerpc/perf: Replace raw event hex values with #definesMadhavan Srinivasan2016-04-271-20/+21
* powerpc/perf: Export Power8 generic and cache events to sysfsSukadev Bhattiprolu2016-03-101-38/+72
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-01-281-1/+1
* perf/powerpc: Add support for PERF_SAMPLE_BRANCH_CALLStephane Eranian2015-10-201-0/+3
* powerpc/perf: Add per-event excludes on Power8Michael Ellerman2014-07-281-2/+22
* powerpc/perf: Pass the struct perf_events down to compute_mmcr()Michael Ellerman2014-07-281-1/+2
* powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley2014-07-111-1/+1
* powerpc/perf: Fix handling of L3 events with bank == 1Michael Ellerman2014-03-241-2/+3
* powerpc/perf: Add BHRB constraint and IFM MMCRA handling for EBBMichael Ellerman2014-03-241-9/+44
* powerpc/perf: Avoid mutating event in power8_get_constraint()Michael Ellerman2014-03-241-6/+8
* powerpc/perf: Clean up the EBB hash defines a littleMichael Ellerman2014-03-241-3/+4
* powerpc/perf: Add lost exception workaroundMichael Ellerman2014-03-241-0/+5
* powerpc/perf: Add Power8 cache & TLB eventsMichael Ellerman2014-02-111-0/+144
* powerpc/perf: Fix handling of FAB eventsMichael Ellerman2013-10-031-2/+3
* powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceMichael Ellerman2013-08-011-3/+3
* powerpc/perf: Ignore separate BHRB privilege state filter requestAnshuman Khandual2013-07-241-9/+4
* powerpc/perf: Set PPC_FEATURE2_EBB when we register the power8 PMUMichael Ellerman2013-07-241-1/+10
* powerpc/perf: Add power8 EBB supportMichael Ellerman2013-07-011-12/+33
* powerpc/perf: Freeze PMC5/6 if we're not using themMichael Ellerman2013-07-011-0/+4
* powerpc/perf: Check that events only include valid bits on Power8Michael Ellerman2013-07-011-0/+13
* powerpc/perf: Define BHRB generic functions, data and flags for POWER8Anshuman Khandual2013-04-261-1/+56
* powerpc/perf: Power8 PMU supportMichael Ellerman2013-04-261-0/+537