summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-053-17/+39
|\
| * powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10Athira Rajeev2021-10-142-17/+35
| * powerpc/perf: Expose instruction and data address registers as part of extend...Athira Rajeev2021-10-121-0/+4
* | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-012-5/+23
|\ \ | |/ |/|
| * powerpc/perf: Fix data source encodings for L2.1 and L3.1 accessesKajol Jain2021-10-192-5/+23
* | powerpc/perf: Fix the check for SIAR valueKajol Jain2021-08-251-7/+1
* | powerpc/perf: Drop the case of returning 0 as instruction pointerKajol Jain2021-08-251-2/+0
* | powerpc/perf: Use stack siar instead of mfsprKajol Jain2021-08-251-1/+1
* | powerpc/perf/hv-gpci: Fix counter value parsingKajol Jain2021-08-201-1/+1
* | powerpc/64s/perf: Always use SIAR for kernel interruptsNicholas Piggin2021-08-041-0/+9
|/
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-024-43/+139
|\
| * powerpc/pmu: Make the generic compat PMU use the architected eventsPaul Mackerras2021-06-251-36/+134
| * powerpc: make stack walking KASAN-safeDaniel Axtens2021-06-171-1/+1
| * powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-2/+2
| * powerpc/perf: Simplify MakefileChristophe Leroy2021-06-151-4/+2
* | powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev2021-06-181-1/+1
|/
* powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev2021-04-231-2/+2
* powerpc/perf: Fix sampled instruction type for larx/stcxAthira Rajeev2021-04-232-5/+34
* powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev2021-04-203-6/+33
* powerpc/perf: Add platform specific check_attr_configMadhavan Srinivasan2021-04-194-0/+70
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-2/+3
* powerpc/perf: Infrastructure to support checking of attr.config*Madhavan Srinivasan2021-04-141-0/+11
* powerpc/perf/hv-24x7: Make some symbols staticBixuan Cui2021-04-141-5/+5
* powerpc/perf: Make symbol 'isa207_pmu_format_attr' staticBixuan Cui2021-04-141-1/+1
* powerpc/perf: Fix PMU constraint check for EBB eventsAthira Rajeev2021-04-081-2/+2
* powerpc/perf: Fix handling of privilege level checks in perf interrupt contextAthira Rajeev2021-03-021-2/+2
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-2213-108/+157
|\
| * powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain2021-02-1110-32/+99
| * powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev2021-02-091-4/+15
| * powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev2021-02-092-9/+15
| * powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev2021-02-091-6/+12
| * powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin2021-02-092-58/+2
| * powerpc/perf/hv-24x7: Dont create sysfs event files for dummy eventsKajol Jain2021-01-301-0/+15
* | perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-011-1/+1
|/
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-179-40/+309
|\
| * powerpc/perf: Fix Threshold Event Counter Multiplier width for P10Madhavan Srinivasan2020-12-152-0/+7
| * powerpc/perf: Exclude kernel samples while counting events in user space.Athira Rajeev2020-12-101-0/+10
| * powerpc/ppc-opcode: Add PPC_RAW_MFSPR()Christophe Leroy2020-12-091-4/+1
| * powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exceptionChristophe Leroy2020-12-091-12/+7
| * powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exceptionChristophe Leroy2020-12-091-2/+2
| * powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev2020-12-042-0/+12
| * powerpc/perf: Fix to update cache events with l2l3 events in power10Athira Rajeev2020-12-042-3/+15
| * powerpc/perf: Fix to update generic event codes for power10Athira Rajeev2020-12-042-6/+12
| * powerpc/perf: Add generic and cache event list for power10 DD1Athira Rajeev2020-12-041-0/+152
| * powerpc/perf: Fix the PMU group constraints for threshold events in power10Athira Rajeev2020-12-042-1/+9
| * powerpc/perf: Update the PMU group constraints for l2l3 events in power10Athira Rajeev2020-12-041-3/+5
| * powerpc/perf: Fix to update radix_scope_qual in power10Athira Rajeev2020-12-043-7/+29
| * powerpc/perf: Invoke per-CPU variable access with disabled interruptsAthira Rajeev2020-12-041-4/+6
| * powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy2020-12-042-6/+6
| * powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-042-6/+6