summaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2025-03-22perf/x86/rapl: Add support for Intel Arrow Lake UAaron Ma1-0/+1
2025-03-22perf/x86/intel: Use better start period for frequency modeKan Liang1-0/+85
2025-03-07perf/x86: Fix low freqency setting issueKan Liang1-1/+1
2025-02-27perf/x86/intel: Fix event constraints for LNCKan Liang2-14/+8
2025-02-21perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson1-1/+4
2025-02-21perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang1-8/+10
2025-02-21perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang2-11/+9
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-1/+1
2024-12-20perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNCKan Liang1-1/+11
2024-12-17perf/x86/intel/ds: Add PEBS format 6Kan Liang1-0/+1
2024-12-17perf/x86/intel/uncore: Add Clearwater Forest supportKan Liang1-0/+1
2024-12-02perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFGKan Liang1-1/+1
2024-12-02perf/x86/intel: Add Arrow Lake U supportKan Liang1-0/+1
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis1-3/+0
2024-11-14perf/x86: Refactor misc flag assignmentsColton Lewis1-17/+42
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis1-2/+2
2024-11-11perf/x86/amd/uncore: Avoid a false positive warning about snprintf truncation...Jean Delvare1-2/+3
2024-11-05perf/x86/intel: Do not enable large PEBS for events with aux actions or aux s...Adrian Hunter1-2/+2
2024-11-05perf/x86/intel/pt: Add support for pause / resumeAdrian Hunter2-3/+74
2024-11-05perf/x86/intel/pt: Fix buffer full but size is 0 caseAdrian Hunter2-3/+10
2024-10-30perf/x86/rapl: Clean up cpumask and hotplugKan Liang1-84/+6
2024-10-30perf/x86/rapl: Move the pmu allocation out of CPU hotplugKan Liang1-14/+30
2024-10-07perf/x86/amd: Warn only on new bits setBreno Leitao1-2/+8
2024-10-07perf/x86/intel: Add PMU support for ArrowLake-HDapeng Mi3-3/+127
2024-10-07perf/x86/intel: Support hybrid PMU with multiple atom uarchsDapeng Mi2-10/+36
2024-10-07perf/x86: Refine hybrid_pmu_type definationDapeng Mi1-7/+5
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-172/+261
2024-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-5/+42
2024-09-10perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang1-2/+6
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang1-137/+5
2024-09-05perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar1-5/+42
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-12/+33
2024-08-25perf/x86/intel: Limit the period on HaswellKan Liang1-2/+21
2024-08-05perf/x86/intel/bts: Fix comment about default perf_event_paranoid settingJames Clark1-3/+0
2024-08-05perf/x86/intel/uncore: Use D0:F0 as a default deviceZhenyu Wang1-0/+4
2024-08-05perf/x86/intel/uncore: Add LNL uncore iMC freerunning supportZhenyu Wang1-0/+1
2024-08-05perf/x86/intel/uncore: Add Lunar Lake supportKan Liang3-0/+141
2024-08-05perf/x86/intel/uncore: Factor out common MMIO init and ops functionsKan Liang1-17/+30
2024-08-05perf/x86/intel/uncore: Add Arrow Lake supportKan Liang1-0/+3
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+63
2024-07-31perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei1-10/+12
2024-07-29perf/x86: Add hw_perf_event::aux_configPeter Zijlstra1-7/+7
2024-07-29perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
2024-07-29perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang1-2/+3
2024-07-16Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds18-431/+1087
2024-07-16Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-151/+151
2024-07-09perf/x86/intel: Add a distinct name for Granite RapidsKan Liang1-5/+9
2024-07-09perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang1-2/+6
2024-07-09perf/x86/intel: Hide Topdown metrics events if the feature is not enumeratedKan Liang1-1/+33