summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-18perf/x86/intel/lbr: Support LBR format V7Peter Zijlstra (Intel)1-0/+2
2022-01-18perf/x86/intel: Add a quirk for the calculation of the number of counters on ...Kan Liang1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson1-4/+1
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-4/+1
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-3/+6
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMSong Liu1-2/+0
2021-11-11perf/x86/vlbr: Add c->flags to vlbr event constraintsLike Xu1-1/+3
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+61
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+19
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian1-2/+3
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+16
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-09-13perf: Enable branch record for software eventsSong Liu1-6/+61
2021-08-26perf/x86/intel: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-4/+4
2021-08-06perf/x86/intel: Apply mid ACK for small coreKan Liang1-8/+15
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+12
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2021-06-23perf/x86/intel: Fix instructions:ppp support in Sapphire RapidsKan Liang1-1/+3
2021-06-23perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire RapidsKan Liang1-0/+2
2021-06-23perf/x86/intel: Fix fixed counter check warning for some Alder LakeKan Liang1-2/+7
2021-06-15x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprec...Pawan Gupta1-1/+7
2021-05-18perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu1-1/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-93/+596
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+7
2021-04-22perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson1-1/+1
2021-04-19perf/x86/intel: Add Alder Lake Hybrid supportKan Liang1-1/+254
2021-04-19perf/x86/intel: Add attr_update for Hybrid PMUsKan Liang1-6/+114
2021-04-19perf/x86: Register hybrid PMUsKan Liang1-2/+91
2021-04-19perf/x86/intel: Factor out intel_pmu_check_extra_regsKan Liang1-14/+21
2021-04-19perf/x86/intel: Factor out intel_pmu_check_event_constraintsKan Liang1-35/+47
2021-04-19perf/x86/intel: Factor out intel_pmu_check_num_countersKan Liang1-14/+24
2021-04-19perf/x86: Hybrid PMU support for extra_regsKan Liang1-6/+9
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang1-2/+3
2021-04-19perf/x86: Hybrid PMU support for unconstrainedKan Liang1-1/+1
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang1-3/+5
2021-04-19perf/x86: Hybrid PMU support for intel_ctrlKan Liang1-5/+9
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang1-4/+18
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar1-0/+3
2021-03-18x86: Fix various typos in commentsIngo Molnar1-6/+6
2021-03-16perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang1-0/+3
2021-03-06perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang1-1/+4
2021-02-10perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]Jim Mattson1-0/+3
2021-02-01perf/x86/intel: Support CPUID 10.ECX to disable fixed countersKan Liang1-10/+24
2021-02-01perf/x86/intel: Add perf core PMU support for Sapphire RapidsKan Liang1-5/+302
2021-02-01perf/x86/intel: Filter unsupported Topdown metrics eventKan Liang1-2/+13
2021-02-01perf/x86/intel: Factor out intel_update_topdown_event()Kan Liang1-7/+13