aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesGravatar Dapeng Mi 1-1/+1
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+2
2023-10-30Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-624/+991
2023-10-16perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Gravatar Sandipan Das 1-10/+15
2023-10-13perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Gravatar Dan Carpenter 1-1/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-10x86/cpu: Move logical package and die IDs into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-09perf/x86/amd/uncore: Add memory controller supportGravatar Sandipan Das 1-1/+155
2023-10-09perf/x86/amd/uncore: Add group exclusivityGravatar Sandipan Das 1-1/+20
2023-10-09perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableGravatar Sandipan Das 1-1/+13
2023-10-09perf/x86/amd/uncore: Move discovery and registrationGravatar Sandipan Das 1-189/+305
2023-10-09perf/x86/amd/uncore: Refactor uncore managementGravatar Sandipan Das 1-358/+379
2023-10-09perf/x86/cstate: Allow reading the package statistics from local CPUGravatar Tero Kristo 1-0/+3
2023-10-09perf/x86/intel/pt: Fix kernel-doc commentsGravatar Lucy Mielke 1-2/+6
2023-10-08perf/x86/lbr: Filter vsyscall addressesGravatar JP Kobryn 1-2/+3
2023-10-08perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_byGravatar Kees Cook 1-1/+1
2023-10-03perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warningGravatar David Reaver 1-4/+4
2023-10-03perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()Gravatar Uros Bizjak 1-6/+4
2023-10-03perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...Gravatar Uros Bizjak 1-3/+1
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesGravatar Ingo Molnar 2-8/+28
2023-09-25perf/x86/amd: Do not WARN() on every IRQGravatar Breno Leitao 1-1/+9
2023-09-22perf/x86/amd/core: Fix overflow reset on hotplugGravatar Sandipan Das 1-6/+8
2023-09-12perf/x86/intel: Extend the ref-cycles event to GP countersGravatar Kan Liang 1-1/+20
2023-09-12perf/x86/intel: Fix broken fixed event constraints extensionGravatar Kan Liang 1-39/+26
2023-09-05perf/x86/uncore: Correct the number of CHAs on EMRGravatar Kan Liang 1-1/+11
2023-08-29perf/x86/intel: Add common intel_pmu_init_hybrid()Gravatar Kan Liang 1-51/+111
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeGravatar Kan Liang 4-40/+72
2023-08-29perf/x86/intel: Apply the common initialization code for ADLGravatar Kan Liang 1-51/+2
2023-08-29perf/x86/intel: Factor out the initialization code for ADL e-coreGravatar Kan Liang 1-37/+21
2023-08-29perf/x86/intel: Factor out the initialization code for SPRGravatar Kan Liang 1-23/+26
2023-08-29perf/x86/intel: Use the common uarch name for the shared functionsGravatar Kan Liang 3-34/+34
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 10-117/+173
2023-08-24perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...Gravatar Ilpo Järvinen 1-1/+1
2023-08-09perf/x86/intel: Add Crestmont PMUGravatar Kan Liang 3-3/+60
2023-08-09x86/cpu: Fix Gracemont uarchGravatar Peter Zijlstra 5-5/+5
2023-07-26perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityGravatar James Clark 1-1/+0
2023-07-26perf/x86/ibs: Set mem_lvl_num, mem_remote and mem_hops for data_srcGravatar Namhyung Kim 1-88/+68
2023-07-10perf/x86: Use local64_try_cmpxchgGravatar Uros Bizjak 4-19/+13
2023-07-10perf/amd: Prevent grouping of IBS eventsGravatar Ravi Bangoria 1-0/+26
2023-07-10perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRGravatar Namhyung Kim 1-0/+7
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-37/+36
2023-06-16perf/x86/intel: Fix the FRONTEND encoding on GNR and MTLGravatar Kan Liang 1-1/+14
2023-05-24perf/x86/uncore: Correct the number of CHAs on SPRGravatar Kan Liang 1-0/+11
2023-05-23perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSGravatar Like Xu 1-1/+1
2023-05-08perf/x86/intel: Define bit macros for FixCntrCtl MSRGravatar Dapeng Mi 1-9/+9
2023-05-08perf/ibs: Fix interface via core pmu eventsGravatar Ravi Bangoria 2-28/+27
2023-05-08perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGGravatar Kan Liang 1-24/+32
2023-05-08perf/x86: Fix missing sample size update on AMD BRSGravatar Namhyung Kim 1-4/+2
2023-04-28Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-2/+30
2023-04-21perf/x86/intel/uncore: Add events for Intel SPR IMC PMUGravatar Stephane Eranian 1-0/+12