aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter1-0/+6
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
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-10-12Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+70
2020-10-06perf/x86: Fix n_metric for cancelled txnPeter Zijlstra1-0/+3
2020-10-06perf/x86: Fix n_pair for cancelled txnPeter Zijlstra1-1/+5
2020-09-10perf/x86/amd: Fix sampling Large Increment per Cycle eventsKim Phillips1-2/+2
2020-09-01x86/perf, static_call: Optimize x86_pmu methodsPeter Zijlstra1-40/+94
2020-08-18perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang1-1/+4
2020-08-18perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang1-1/+2
2020-08-18perf/x86/intel: Generic support for hardware TopDown metricsKan Liang1-10/+53
2020-08-18perf/x86: Use event_base_rdpmc for the RDPMC userspace supportKan Liang1-8/+3
2020-07-08perf/x86/intel/lbr: Support XSAVES for arch LBR readKan Liang1-0/+1
2020-07-08perf/x86: Remove task_ctx_sizeKan Liang1-1/+0
2020-07-02perf/x86: Add constraint to create guest LBR event without hw counterLike Xu1-0/+1
2020-07-02perf/x86/core: Refactor hw->idx checks and cleanupLike Xu1-9/+16
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()Michel Lespinasse1-1/+1
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+3
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+4
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner1-8/+3
2020-02-15x86 user stack frame reads: switch to explicit __get_user()Al Viro1-20/+7
2020-01-17perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips1-15/+59
2019-12-17perf/x86/intel: Fix PT PMI handlingAlexander Shishkin1-2/+7