aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/perf
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-43/+139
2021-06-25powerpc/pmu: Make the generic compat PMU use the architected eventsGravatar Paul Mackerras 1-36/+134
2021-06-18powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setGravatar Athira Rajeev 1-1/+1
2021-06-17powerpc: make stack walking KASAN-safeGravatar Daniel Axtens 1-1/+1
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-2/+2
2021-06-15powerpc/perf: Simplify MakefileGravatar Christophe Leroy 1-4/+2
2021-04-23powerpc/perf: Fix the threshold event selection for memory events in power10Gravatar Athira Rajeev 1-2/+2
2021-04-23powerpc/perf: Fix sampled instruction type for larx/stcxGravatar Athira Rajeev 2-5/+34
2021-04-20powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Gravatar Athira Rajeev 3-6/+33
2021-04-19powerpc/perf: Add platform specific check_attr_configGravatar Madhavan Srinivasan 4-0/+70
2021-04-17powerpc/traps: Enhance readability for trap typesGravatar Xiongwei Song 1-2/+3
2021-04-14powerpc/perf: Infrastructure to support checking of attr.config*Gravatar Madhavan Srinivasan 1-0/+11
2021-04-14powerpc/perf/hv-24x7: Make some symbols staticGravatar Bixuan Cui 1-5/+5
2021-04-14powerpc/perf: Make symbol 'isa207_pmu_format_attr' staticGravatar Bixuan Cui 1-1/+1
2021-04-08powerpc/perf: Fix PMU constraint check for EBB eventsGravatar Athira Rajeev 1-2/+2
2021-03-02powerpc/perf: Fix handling of privilege level checks in perf interrupt contextGravatar Athira Rajeev 1-2/+2
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 13-108/+157
2021-02-11powerpc/perf: Adds support for programming of Thresholding in P10Gravatar Kajol Jain 10-32/+99
2021-02-09powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetGravatar Athira Rajeev 1-4/+15
2021-02-09powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsGravatar Athira Rajeev 2-9/+15
2021-02-09powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structGravatar Athira Rajeev 1-6/+12
2021-02-09powerpc/perf: move perf irq/nmi handling details into traps.cGravatar Nicholas Piggin 2-58/+2
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTGravatar Kan Liang 1-1/+1
2021-01-30powerpc/perf/hv-24x7: Dont create sysfs event files for dummy eventsGravatar Kajol Jain 1-0/+15
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 9-40/+309
2020-12-16Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2020-12-15powerpc/perf: Fix Threshold Event Counter Multiplier width for P10Gravatar Madhavan Srinivasan 2-0/+7
2020-12-10powerpc/perf: Exclude kernel samples while counting events in user space.Gravatar Athira Rajeev 1-0/+10
2020-12-09powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Gravatar Christophe Leroy 1-4/+1
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionGravatar Christophe Leroy 1-12/+7
2020-12-09powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionGravatar Christophe Leroy 1-2/+2
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Gravatar Athira Rajeev 2-0/+12
2020-12-04powerpc/perf: Fix to update cache events with l2l3 events in power10Gravatar Athira Rajeev 2-3/+15
2020-12-04powerpc/perf: Fix to update generic event codes for power10Gravatar Athira Rajeev 2-6/+12
2020-12-04powerpc/perf: Add generic and cache event list for power10 DD1Gravatar Athira Rajeev 1-0/+152
2020-12-04powerpc/perf: Fix the PMU group constraints for threshold events in power10Gravatar Athira Rajeev 2-1/+9
2020-12-04powerpc/perf: Update the PMU group constraints for l2l3 events in power10Gravatar Athira Rajeev 1-3/+5
2020-12-04powerpc/perf: Fix to update radix_scope_qual in power10Gravatar Athira Rajeev 3-7/+29
2020-12-04powerpc/perf: Invoke per-CPU variable access with disabled interruptsGravatar Athira Rajeev 1-4/+6
2020-12-04powerpc/vdso: Retrieve sigtramp offsets at buildtimeGravatar Christophe Leroy 2-6/+6
2020-12-04powerpc/vdso: Replace vdso_base by vdsoGravatar Christophe Leroy 2-6/+6
2020-12-04powerpc/perf: Fix crash with is_sier_available when pmu is not setGravatar Athira Rajeev 1-0/+3
2020-11-26Merge remote-tracking branch 'origin/master' into perf/coreGravatar Peter Zijlstra 16-57/+175
2020-11-19powerpc/perf: Use regs->nip when SIAR is zeroGravatar Madhavan Srinivasan 1-4/+17
2020-11-19powerpc/perf: Use the address from SIAR register to set cpumode flagsGravatar Athira Rajeev 1-0/+14
2020-11-19powerpc/perf: Drop the check for SIAR_VALIDGravatar Athira Rajeev 1-1/+8
2020-11-19powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1Gravatar Athira Rajeev 1-0/+6
2020-11-19powerpc/64s/perf: perf interrupt does not have to get_user_pages to access us...Gravatar Nicholas Piggin 2-2/+3
2020-11-18powerpc: fix -Wimplicit-fallthroughGravatar Nick Desaulniers 1-0/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyGravatar Peter Zijlstra 1-2/+1