aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/ds.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi1-0/+11
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi1-0/+83
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi1-0/+27
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi1-0/+140
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-106/+495
2025-11-12perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type useIngo Molnar1-2/+1
2025-11-07perf/x86/intel: Add counter group support for arch-PEBSDapeng Mi1-3/+26
2025-11-07perf/x86/intel: Setup PEBS data configuration and enable legacy groupsDapeng Mi1-0/+17
2025-11-07perf/x86/intel: Update dyn_constraint base on PEBS event precise levelDapeng Mi1-0/+1
2025-11-07perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSRDapeng Mi1-12/+70
2025-11-07perf/x86/intel: Process arch-PEBS records or record fragmentsDapeng Mi1-0/+184
2025-11-07perf/x86/intel/ds: Factor out PEBS group processing code to functionsDapeng Mi1-66/+104
2025-11-07perf/x86/intel/ds: Factor out PEBS record processing code to functionsDapeng Mi1-25/+58
2025-11-07perf/x86/intel: Initialize architectural PEBSDapeng Mi1-8/+44
2025-10-29perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+7
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-26/+29
2025-05-21perf/x86/intel: Remove driver-specific throttle supportKan Liang1-4/+3
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-4/+5
2025-05-16perf/x86/intel/ds: Remove redundant assignments to sample.periodChangbin Du1-3/+0
2025-05-15perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freqAdrian Hunter1-4/+5
2025-05-06Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflictsIngo Molnar1-2/+19
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)1-1/+1
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-3/+5
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra1-2/+19
2025-04-25perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snaps...Kan Liang1-2/+19
2025-04-17perf/x86/intel: Introduce pairs of PEBS static callsDapeng Mi1-0/+5
2025-04-17perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebsDapeng Mi1-14/+18
2025-04-17perf/x86/intel: Decouple BTS initialization from PEBS initializationDapeng Mi1-3/+2
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-3/+5
2025-04-17perf/x86/intel: Allow to update user space GPRs from PEBS recordsDapeng Mi1-3/+5
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-5/+5
2025-04-08perf/x86/intel: Track the num of events needs late setupKan Liang1-2/+1
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar1-1/+1
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-1/+9
2025-02-20perf/x86/intel: Fix event constraints for LNCKan Liang1-1/+1
2025-02-08perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang1-1/+9
2025-02-05perf/x86/intel: Support PEBS counters snapshottingKan Liang1-9/+182
2025-02-05perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample readKan Liang1-10/+1
2025-02-05perf/x86/intel: Apply static call for drain_pebsPeter Zijlstra (Intel)1-1/+1
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-82/+116
2024-12-17perf/x86/intel/ds: Add PEBS format 6Kan Liang1-0/+1
2024-12-02perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBSKan Liang1-14/+29
2024-12-02perf/x86/intel/ds: Factor out functions for PEBS records processingKan Liang1-42/+67
2024-12-02perf/x86/intel/ds: Clarify adaptive PEBS processingKan Liang1-23/+20
2024-12-02perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFGKan Liang1-1/+1
2024-12-02Merge branch 'perf/urgent'Peter Zijlstra1-1/+1