summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf/core-book3s.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-221-1/+1
* powerpc/perf: Power11 Performance Monitoring supportMadhavan Srinivasan2024-02-211-0/+2
* Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-151-3/+2
|\
| * powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin2023-10-201-3/+2
* | perf: Add branch stack countersKan Liang2023-10-271-1/+1
|/
* perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-2/+1
* perf: Rewrite core context handlingPeter Zijlstra2022-10-271-4/+4
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+7
|\
| * perf: Use sample_flags for data_srcKan Liang2022-09-061-1/+3
| * perf: Use sample_flags for weightKan Liang2022-09-061-2/+3
| * perf: Use sample_flags for branch stackKan Liang2022-09-061-0/+1
* | powerpc/perf: Fix branch_filter support for multiple filtersAthira Rajeev2022-09-281-0/+17
|/
* powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev2022-07-181-0/+31
* powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...Athira Rajeev2022-06-281-20/+15
* powerpc: fix typos in commentsJulia Lawall2022-05-051-3/+3
* powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev2022-01-241-3/+14
* powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev2022-01-171-30/+28
* powerpc/perf: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin2021-12-161-0/+31
* powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev2021-11-301-1/+57
* powerpc/64s: Implement PMU override command line optionNicholas Piggin2021-11-241-0/+35
* 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/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-021-2/+2
|\
| * powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-2/+2
* | powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev2021-06-181-1/+1
|/
* powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...Athira Rajeev2021-04-201-2/+2
* 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: 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-221-49/+47
|\
| * powerpc/perf: Adds support for programming of Thresholding in P10Kajol Jain2021-02-111-7/+8
| * 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-091-0/+11
| * 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-091-33/+2
* | 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-171-6/+59
|\
| * powerpc/perf: Exclude kernel samples while counting events in user space.Athira Rajeev2020-12-101-0/+10
| * powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev2020-12-041-0/+4
| * powerpc/perf: Invoke per-CPU variable access with disabled interruptsAthira Rajeev2020-12-041-4/+6
| * powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev2020-12-041-0/+3
| * powerpc/perf: Use regs->nip when SIAR is zeroMadhavan Srinivasan2020-11-191-4/+17
| * powerpc/perf: Use the address from SIAR register to set cpumode flagsAthira Rajeev2020-11-191-0/+14
| * powerpc/perf: Drop the check for SIAR_VALIDAthira Rajeev2020-11-191-1/+8
* | Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra2020-11-261-5/+19
|\|
| * powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy2020-08-271-5/+14
| * powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev2020-08-201-0/+4