summaryrefslogtreecommitdiff
path: root/arch/powerpc/perf/core-book3s.c
AgeCommit message (Expand)Author
2022-01-24powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev
2022-01-17powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin
2021-11-30powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev
2021-11-24powerpc/64s: Implement PMU override command line optionNicholas Piggin
2021-08-25powerpc/perf: Fix the check for SIAR valueKajol Jain
2021-08-25powerpc/perf: Drop the case of returning 0 as instruction pointerKajol Jain
2021-08-25powerpc/perf: Use stack siar instead of mfsprKajol Jain
2021-08-04powerpc/64s/perf: Always use SIAR for kernel interruptsNicholas Piggin
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-18powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-04-20powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song
2021-04-14powerpc/perf: Infrastructure to support checking of attr.config*Madhavan Srinivasan
2021-03-02powerpc/perf: Fix handling of privilege level checks in perf interrupt contextAthira Rajeev
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-11powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain
2021-02-09powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev
2021-02-09powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev
2021-02-09powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-10powerpc/perf: Exclude kernel samples while counting events in user space.Athira Rajeev
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev
2020-12-04powerpc/perf: Invoke per-CPU variable access with disabled interruptsAthira Rajeev
2020-12-04powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra
2020-11-19powerpc/perf: Use regs->nip when SIAR is zeroMadhavan Srinivasan
2020-11-19powerpc/perf: Use the address from SIAR register to set cpumode flagsAthira Rajeev
2020-11-19powerpc/perf: Drop the check for SIAR_VALIDAthira Rajeev
2020-10-29powerpc/perf: Support PERF_SAMPLE_DATA_PAGE_SIZEKan Liang
2020-08-27powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy
2020-08-20powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev
2020-08-17powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin
2020-07-22powerpc/perf: BHRB control to disable BHRB logic when not usedAthira Rajeev
2020-07-22powerpc/perf: Ignore the BHRB kernel address filtering for P10Athira Rajeev
2020-07-22powerpc/perf: power10 Performance Monitoring supportAthira Rajeev
2020-07-22powerpc/perf: Add Power10 PMU feature to DT CPU featuresMadhavan Srinivasan
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan
2020-07-22powerpc/perf: Update Power PMU cache_events to u64 typeAthira Rajeev
2020-07-22powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registersAthira Rajeev
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-02-11perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang