summaryrefslogtreecommitdiff
path: root/arch/x86/events/core.c
AgeCommit message (Expand)Author
2023-10-27perf: Add branch_sample_call_stackKan Liang
2023-10-27perf: Add branch stack countersKan Liang
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang
2023-07-26perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark
2023-07-10perf/x86: Use local64_try_cmpxchgUros Bizjak
2023-05-08perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim
2023-02-15perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson
2022-11-15perf/x86: Remove unused variable 'cpu_type'Rafael Mendonca
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
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