summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf/core-book3s.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/sysrq: Fix oops whem ppmu is not registeredRavi Bangoria2017-09-201-0/+5
* perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang2017-08-291-1/+2
* powerpc/perf: Support to export MMCRA[TEC*] field to userspaceMadhavan Srinivasan2017-04-191-0/+4
* powerpc/perf: Export memory hierarchy info to user spaceMadhavan Srinivasan2017-04-191-0/+4
* powerpc/perf: Fix perf_get_data_addr() for power9 DD1Madhavan Srinivasan2017-03-091-0/+2
* powerpc/perf: use is_kernel_addr macro in perf_get_misc_flags()Madhavan Srinivasan2017-02-171-1/+1
* powerpc/perf: Use Instruction Counter valueMadhavan Srinivasan2017-02-171-0/+36
* powerpc/perf: Use MSR to report privilege level on P9 DD1Madhavan Srinivasan2017-01-181-0/+2
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-1/+1
|\
| * powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* | powerpc/perf: Convert book3s notifier to state machine callbacksThomas Gleixner2016-07-141-23/+7
|/
* powerpc/perf: Fix misleading comment in pmao_restore_workaround()Madhavan Srinivasan2016-03-101-1/+1
* perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-5/+1
* perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-1/+29
* powerpc/perf: Change type of the bhrb_users variableAnshuman Khandual2015-07-271-2/+2
* powerpc/perf: Fix book3s kernel to userspace backtracesAnton Blanchard2015-06-021-1/+10
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-1/+3
|\
| * powerpc/perf: add missing put_cpu_var in power_pmu_event_initJan Stancek2015-03-271-1/+3
* | perf, powerpc: Fix up flush_branch_stack() usersPeter Zijlstra2015-02-181-4/+9
|/
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-11/+11
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-9/+9
* powerpc/perf: Add per-event excludes on Power8Michael Ellerman2014-07-281-22/+45
* powerpc/perf: Pass the struct perf_events down to compute_mmcr()Michael Ellerman2014-07-281-1/+1
* powerpc/perf: Clear all MMCR settings before calling compute_mmcr()Michael Ellerman2014-07-281-1/+3
* powerpc/perf: Fix MMCR2 handling for EBBMichael Ellerman2014-07-231-3/+3
* powerpc/perf: Never program book3s PMCs with values >= 0x80000000Anton Blanchard2014-07-111-1/+16
* powerpc/perf: Clear MMCR2 when enabling PMUJoel Stanley2014-07-111-0/+3
* powerpc/perf: Add PPMU_ARCH_207S defineJoel Stanley2014-07-111-3/+3
* powerpc/perf: Enable BHRB access for EBB eventsMichael Ellerman2014-03-241-4/+6
* powerpc/perf: Reject EBB events which specify a sample_typeMichael Ellerman2014-03-241-2/+5
* powerpc/perf: Add lost exception workaroundMichael Ellerman2014-03-241-2/+98
* powerpc/perf: Define perf_event_print_debug() to print PMU register valuesAnshuman Khandual2014-03-241-4/+51
* powerpc/perf: Configure BHRB filter before enabling PMU interruptsAnshuman Khandual2014-02-111-2/+3
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-141-1/+1
* powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceMichael Ellerman2013-08-011-1/+1
* powerpc/perf: BHRB filter configuration should follow the taskAnshuman Khandual2013-07-241-1/+4
* powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman2013-07-011-13/+148
* powerpc/perf: Don't enable if we have zero eventsMichael Ellerman2013-07-011-2/+5
* powerpc/perf: Use existing out label in power_pmu_enable()Michael Ellerman2013-07-011-4/+5
* powerpc/perf: Freeze PMC5/6 if we're not using themMichael Ellerman2013-07-011-2/+3
* powerpc/perf: Rework disable logic in pmu_disable()Michael Ellerman2013-07-011-12/+19
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-2/+2
* powerpc/perf: Fix deadlock caused by calling printk() in PMU exceptionMichael Ellerman2013-06-101-1/+1
* powerpc/perf: Add missing SIER supportMichael Ellerman2013-06-011-12/+25
* powerpc/perf: Revert to original NO_SIPR logicMichael Ellerman2013-06-011-24/+6
* powerpc/perf: Fix setting of "to" addresses for BHRBMichael Neuling2013-05-141-1/+30
* powerpc/pmu: Fix order of interpreting BHRB target entriesMichael Neuling2013-05-141-43/+46
* powerpc/perf: Move BHRB code into CONFIG_PPC64 regionMichael Neuling2013-05-141-121/+127