summaryrefslogtreecommitdiff
path: root/arch/x86/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27perf: Add branch_sample_call_stackKan Liang1-1/+1
2023-10-27perf: Add branch stack countersKan Liang1-1/+1
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang1-3/+3
2023-07-26perf/x86: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark1-1/+0
2023-07-10perf/x86: Use local64_try_cmpxchgUros Bizjak1-6/+4
2023-05-08perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim1-4/+2
2023-02-15perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson1-5/+7
2022-11-16perf/x86: Remove unused variable 'cpu_type'Rafael Mendonca1-4/+0
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-30/+14
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-13Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus 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...Linus 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...Linus 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...Linus 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