aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+7
2022-09-28powerpc/perf: Fix branch_filter support for multiple filtersAthira Rajeev1-0/+17
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin1-1/+1
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure1-1/+1
2022-09-06perf: Use sample_flags for data_srcKan Liang1-1/+3
2022-09-06perf: Use sample_flags for weightKan Liang1-2/+3
2022-09-06perf: Use sample_flags for branch stackKan Liang1-0/+1
2022-09-05powerpc/perf: Add missing of_node_put()s in imc-pmu.cLiang He1-2/+8
2022-08-01powerpc/perf: Include caps feature for power10 DD1 versionAthira Rajeev1-0/+1
2022-07-27powerpc/perf: Use PVR rather than oprofile field to determine CPU versionRashmica Gupta12-33/+37
2022-07-18powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev5-0/+71
2022-07-18powerpc/perf: Give generic PMU a nice nameJoel Stanley1-1/+1
2022-06-29powerpc/perf: Update MMCR2 to support event exclude_idleMadhavan Srinivasan2-0/+4
2022-06-28powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disableAthira Rajeev1-20/+15
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain1-1/+2
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain1-4/+5
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall4-9/+9
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman3-7/+7
2022-05-04powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'Jason Wang1-20/+20
2022-05-02powerpc/perf: Fix symbol undeclared warningWang Wensheng1-2/+2
2022-04-21powerpc/perf: Fix 32bit compileAlexey Kardashevskiy1-2/+2
2022-04-21powerpc/perf: Fix power10 event alternativesAthira Rajeev1-1/+1
2022-04-21powerpc/perf: Fix power9 event alternativesAthira Rajeev1-4/+4
2022-03-08powerpc: declare unmodified attribute_group usages constRohan McLure9-23/+23
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2-35/+1
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy1-5/+3
2022-02-03powerpc/perf: Don't use perf_hw_context for trace IMC PMUAthira Rajeev1-1/+5
2022-01-24powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI is pendingAthira Rajeev1-3/+14
2022-01-17powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev1-30/+28
2021-12-23powerpc/perf: Fix spelling of "its"Randy Dunlap1-1/+1
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child11-19/+19
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PMIs to be soft-NMINicholas Piggin1-0/+31
2021-12-16powerpc/perf: Add data source encodings for power10 platformKajol Jain1-12/+42
2021-12-16powerpc/perf: Add encodings to represent data based on newer composite PERF_MEM_LVLNUM* fieldsKajol Jain1-3/+3
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-1/+1
2021-11-30powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMCAthira Rajeev1-1/+57
2021-11-24powerpc/64s: Implement PMU override command line optionNicholas Piggin1-0/+35
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-17/+39
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+23
2021-10-19powerpc/perf: Fix data source encodings for L2.1 and L3.1 accessesKajol Jain2-5/+23
2021-10-14powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10Athira Rajeev2-17/+35
2021-10-12powerpc/perf: Expose instruction and data address registers as part of extended regsAthira Rajeev1-0/+4
2021-08-25powerpc/perf: Fix the check for SIAR valueKajol Jain1-7/+1
2021-08-25powerpc/perf: Drop the case of returning 0 as instruction pointerKajol Jain1-2/+0
2021-08-25powerpc/perf: Use stack siar instead of mfsprKajol Jain1-1/+1
2021-08-20powerpc/perf/hv-gpci: Fix counter value parsingKajol Jain1-1/+1
2021-08-04powerpc/64s/perf: Always use SIAR for kernel interruptsNicholas Piggin1-0/+9
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-43/+139
2021-06-25powerpc/pmu: Make the generic compat PMU use the architected eventsPaul Mackerras1-36/+134