summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/ds.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-02perf/x86/intel: Enable PEBS format 5Kan Liang1-3/+11
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian1-2/+3
2021-09-13perf: Enable branch record for software eventsSong Liu1-1/+1
2021-06-23perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBSLike Xu1-6/+14
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+22
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+5
2021-04-19perf/x86/intel: Add Alder Lake Hybrid supportKan Liang1-0/+7
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang1-2/+3
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang1-5/+9
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang1-1/+1
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang1-2/+2
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar1-1/+1
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-16perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang1-1/+1
2021-03-15perf/x86/intel/ds: Check insn_get_length() retvalBorislav Petkov1-6/+5
2021-02-01perf/x86/intel: Add perf core PMU support for Sapphire RapidsKan Liang1-4/+114
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-8/+9
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+8
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-12-03perf/x86/intel: Check PEBS status correctlyStephane Eranian1-1/+1
2020-12-03perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim1-1/+1
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra1-25/+28
2020-11-09perf/x86: Make dummy_iregs staticPeter Zijlstra1-1/+1
2020-11-09perf/x86: Reduce stack usage for x86_pmu::drain_pebs()Peter Zijlstra1-22/+25
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra1-2/+2
2020-10-29perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZEKan Liang1-3/+8
2020-10-26perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi1-1/+1
2020-09-10perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBSKan Liang1-12/+20
2020-07-08perf/x86/intel/lbr: Unify the stored format of LBR informationKan Liang1-3/+3
2020-02-11perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang1-0/+2
2019-12-10perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys()Sean Christopherson1-0/+1
2019-08-28perf/x86/intel: Support PEBS output to PTAlexander Shishkin1-1/+50
2019-07-25perf/x86/intel: Fix SLOTS PEBS event constraintKan Liang1-1/+1
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2019-06-24perf/x86: Remove pmu->pebs_no_xmm_regsKan Liang1-4/+2
2019-06-24perf/x86: Clean up PEBS_XMM_REGSKan Liang1-1/+1
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang1-0/+1
2019-05-21perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraintsStephane Eranian1-14/+14
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar1-4/+4
2019-04-16perf/x86/intel: Add Icelake supportKan Liang1-2/+23
2019-04-16perf/x86: Support constraint rangesPeter Zijlstra1-1/+1
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang1-25/+355
2019-04-16perf/x86/intel/ds: Extract code of event update in short periodKan Liang1-13/+20
2019-04-16perf/x86/intel: Extract memory code PEBS parser for reuseAndi Kleen1-29/+34
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-1/+3
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen1-0/+2
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-07-25perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang1-6/+0