aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/core.c
AgeCommit message (Expand)Author
2023-02-22perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson
2022-09-07perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra
2022-09-07perf/x86: Add a x86_pmu::limit_period static_callPeter Zijlstra
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra
2022-09-07perf/x86/intel: Move the topdown stuff into the intel driverPeter Zijlstra
2022-09-07perf/x86: Add two more x86_pmu methodsPeter Zijlstra
2022-09-06perf: Use sample_flags for branch stackKan Liang
2022-06-08x86: events: Do not return bogus capabilities if PMU is brokenPaolo Bonzini
2022-06-08perf: x86/core: Add interface to query perfmon_event_map[] directlyLike Xu
2022-06-08perf/x86/core: Pass "struct kvm_pmu *" to determine the guest valuesLike Xu
2022-06-08perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake ServerLike Xu
2022-05-18perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra
2022-04-05perf/x86: Unify format of events sysfs showYang Jihong
2022-04-05perf/x86/amd: Add AMD branch sampling period adjustmentStephane Eranian
2022-04-05perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian
2022-02-25x86: remove __range_not_ok()Arnd Bergmann
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry
2021-08-26perf/x86: Remove unused assignment to pointer 'e'Colin Ian King
2021-08-04perf/x86: Fix out of bound MSR accessPeter Zijlstra
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-17perf/x86: Reset the dirty counter to prevent the leak for an RDPMC taskKan Liang
2021-05-18perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-23perf/x86: Allow for 8<num_fixed_counters<16Colin Ian King
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang
2021-04-19perf/x86: Support filter_match callbackKan Liang
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang
2021-04-19perf/x86: Register hybrid PMUsKan Liang
2021-04-19perf/x86: Factor out x86_pmu_show_pmu_capKan Liang
2021-04-19perf/x86: Remove temporary pmu assignment in event_initKan Liang
2021-04-19perf/x86: Hybrid PMU support for extra_regsKan Liang
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang
2021-04-19perf/x86: Hybrid PMU support for hardware cache eventKan Liang
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang
2021-04-19perf/x86: Hybrid PMU support for intel_ctrlKan Liang
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang
2021-04-16perf/x86: Move cpuc->running into P4 specific codeKan Liang
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-03-10x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" caseSean Christopherson
2021-02-01perf/x86/intel: Support CPUID 10.ECX to disable fixed countersKan Liang
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds