aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra1-11/+1
2022-09-07perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra1-4/+5
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra1-5/+8
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra1-7/+0
2022-09-07perf/x86: Add two more x86_pmu methodsPeter Zijlstra1-5/+17
2022-09-06perf: Use sample_flags for branch stackKan Liang1-1/+3
2022-06-08x86: events: Do not return bogus capabilities if PMU is brokenPaolo Bonzini1-2/+10
2022-06-08perf: x86/core: Add interface to query perfmon_event_map[] directlyLike Xu1-0/+11
2022-06-08perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu1-2/+2
2022-06-08perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu1-0/+1
2022-05-18perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra1-7/+0
2022-04-05perf/x86: Unify format of events sysfs showYang Jihong1-1/+1
2022-04-05perf/x86/amd: Add AMD branch sampling period adjustmentStephane Eranian1-0/+7
2022-04-05perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian1-1/+9
2022-02-25x86: remove __range_not_ok()Arnd Bergmann1-1/+1
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+7
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring1-5/+5
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson1-10/+5
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu1-6/+7
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-6/+11
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+6
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-08-26perf/x86: Remove unused assignment to pointer 'e'Colin Ian King1-3/+1
2021-08-04perf/x86: Fix out of bound MSR accessPeter Zijlstra1-5/+7
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+27
2021-06-17perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang1-1/+27
2021-05-18perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu1-2/+4
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-75/+257
2021-04-23perf/x86: Allow for 8<num_fixed_counters<16Colin Ian King1-1/+1
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang1-0/+1
2021-04-19perf/x86: Support filter_match callbackKan Liang1-0/+10
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang1-0/+43
2021-04-19perf/x86: Register hybrid PMUsKan Liang1-19/+118
2021-04-19perf/x86: Factor out x86_pmu_show_pmu_capKan Liang1-9/+16
2021-04-19perf/x86: Remove temporary pmu assignment in event_initKan Liang1-11/+0
2021-04-19perf/x86: Hybrid PMU support for extra_regsKan Liang1-2/+3
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang1-1/+2
2021-04-19perf/x86: Hybrid PMU support for hardware cache eventKan Liang1-3/+2
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang1-17/+38
2021-04-19perf/x86: Hybrid PMU support for intel_ctrlKan Liang1-7/+7
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang1-2/+5
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang1-4/+13
2021-04-16perf/x86: Move cpuc->running into P4 specific codeKan Liang1-1/+0
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-10x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" caseSean Christopherson1-9/+6
2021-02-01perf/x86/intel: Support CPUID 10.ECX to disable fixed countersKan Liang1-1/+7
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu1-0/+20
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-12-09perf/x86: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1