summaryrefslogtreecommitdiff
path: root/arch/powerpc/perf
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Include caps feature for power10 DD1 versionAthira Rajeev2022-08-011-0/+1
* powerpc/perf: Use PVR rather than oprofile field to determine CPU versionRashmica Gupta2022-07-2712-33/+37
* powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev2022-07-185-0/+71
* powerpc/perf: Give generic PMU a nice nameJoel Stanley2022-07-181-1/+1
* powerpc/perf: Update MMCR2 to support event exclude_idleMadhavan Srinivasan2022-06-292-0/+4
* powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...Athira Rajeev2022-06-281-20/+15
* powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain2022-05-221-1/+2
* powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain2022-05-221-4/+5
* powerpc: Add missing headersChristophe Leroy2022-05-081-0/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-054-9/+9
* Merge tag 'v5.18-rc4' into nextMichael Ellerman2022-05-053-7/+7
|\
| * powerpc/perf: Fix 32bit compileAlexey Kardashevskiy2022-04-211-2/+2
| * powerpc/perf: Fix power10 event alternativesAthira Rajeev2022-04-211-1/+1
| * powerpc/perf: Fix power9 event alternativesAthira Rajeev2022-04-211-4/+4
* | powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'Jason Wang2022-05-041-20/+20
* | powerpc/perf: Fix symbol undeclared warningWang Wensheng2022-05-021-2/+2
|/
* powerpc: declare unmodified attribute_group usages constRohan McLure2022-03-089-23/+23
* powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2022-02-242-35/+1
* powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy2022-02-121-5/+3
* powerpc/perf: Don't use perf_hw_context for trace IMC PMUAthira Rajeev2022-02-031-1/+5
* 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: Fix spelling of "its"Randy Dunlap2021-12-231-1/+1
* powerpc/perf: Add __init attribute to eligible functionsNick Child2021-12-2311-19/+19
* powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin2021-12-161-0/+31
* powerpc/perf: Add data source encodings for power10 platformKajol Jain2021-12-161-12/+42
* powerpc/perf: Add encodings to represent data based on newer composite PERF_M...Kajol Jain2021-12-161-3/+3
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-1/+1
* 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
* 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