summaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2025-02-20perf/x86/intel: Fix event constraints for LNCKan Liang2-14/+8
2025-02-08perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson1-1/+4
2025-02-08perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang1-8/+10
2025-02-08perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang2-11/+9
2025-02-08perf/x86/rapl: Fix the error checking orderDhananjay Ugwekar1-8/+4
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-289/+486
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-41/+29
2025-01-10perf/x86/intel/uncore: Support more units on Granite RapidsKan Liang1-16/+32
2025-01-10perf/x86/intel/uncore: Clean up func_idKan Liang3-15/+8
2024-12-20perf/x86/intel: Support RDPMC metrics clear modeKan Liang2-1/+20
2024-12-20perf/x86/intel: Fix bitmask of OCR and FRONTEND events for LNCKan Liang1-1/+11
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-2/+2
2024-12-18x86/cpu: Move TSC CPUID leaf definitionDave Hansen2-3/+1
2024-12-18x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id'Dave Hansen1-36/+26
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-09perf/x86: Relax privilege filter restriction on AMD IBSNamhyung Kim1-18/+41
2024-12-02perf/x86/rapl: Add core energy counter support for AMD CPUsDhananjay Ugwekar1-32/+151
2024-12-02perf/x86/rapl: Move the cntr_mask to rapl_pmus structDhananjay Ugwekar1-7/+8
2024-12-02perf/x86/rapl: Remove the global variable rapl_msrsDhananjay Ugwekar1-5/+2
2024-12-02perf/x86/rapl: Modify the generic variable names to *_pkg*Dhananjay Ugwekar1-60/+60
2024-12-02perf/x86/rapl: Add arguments to the init and cleanup functionsDhananjay Ugwekar1-12/+16
2024-12-02perf/x86/rapl: Make rapl_model struct globalDhananjay Ugwekar1-8/+8
2024-12-02perf/x86/rapl: Rename rapl_pmu variablesDhananjay Ugwekar1-45/+46
2024-12-02perf/x86/rapl: Remove the cpu_to_rapl_pmu() functionDhananjay Ugwekar1-12/+11
2024-12-02perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() functionDhananjay Ugwekar1-7/+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 Zijlstra2-1/+2
2024-12-02perf/x86/intel: Add Arrow Lake U supportKan Liang1-0/+1
2024-11-19perf/core: Check sample_type in perf_sample_save_brstackYabin Cui3-6/+3
2024-11-19perf/core: Check sample_type in perf_sample_save_callchainYabin Cui2-6/+3
2024-11-19perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-1/+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-31perf/x86/rapl: Clean up cpumask and hotplugKan Liang1-84/+6
2024-10-31perf/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