aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/ds.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
* perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-14/+41
|\
| * Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-291-2/+11
| |\
| * | perf: Use sample_flags for addrNamhyung Kim2022-09-271-2/+6
| * | perf: Use sample_flags for callchainNamhyung Kim2022-09-131-2/+6
| * | perf: Use sample_flags for txnKan Liang2022-09-061-2/+6
| * | perf: Use sample_flags for data_srcKan Liang2022-09-061-2/+6
| * | perf: Use sample_flags for weightKan Liang2022-09-061-3/+7
| * | perf: Use sample_flags for branch stackKan Liang2022-09-061-1/+4
| * | perf/x86/intel/pebs: Fix PEBS timestamps overwrittenKan Liang2022-09-061-2/+6
* | | perf/x86/intel: Fix unchecked MSR access error for Alder Lake NKan Liang2022-09-011-2/+7
| |/ |/|
* | perf/x86/intel: Fix pebs event constraints for ADLKan Liang2022-08-191-1/+1
* | perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian2022-08-191-1/+9
* | perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the BaselinePeter Zijlstra2022-08-191-0/+1
|/
* perf/x86/intel: Fix PEBS data source encoding for ADLKan Liang2022-07-041-13/+38
* perf/x86/intel: Fix PEBS memory access info encoding for ADLKan Liang2022-07-041-31/+49
* perf/x86/intel: Enable PEBS format 5Kan Liang2022-02-021-3/+11
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-1/+1
|\
| * perf: Enable branch record for software eventsSong Liu2021-09-131-1/+1
* | perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian2021-10-301-2/+3
|/
* perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBSLike Xu2021-06-231-6/+14
* Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-281-10/+22
|\
| * perf/x86/intel: Add Alder Lake Hybrid supportKan Liang2021-04-191-0/+7
| * perf/x86: Hybrid PMU support for event constraintsKan Liang2021-04-191-2/+3
| * perf/x86: Hybrid PMU support for countersKan Liang2021-04-191-5/+9
| * perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang2021-04-191-1/+1
| * perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang2021-04-191-2/+2
* | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-6/+5
|\ \
| * \ Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-021-1/+1
| |\ \
| * | | perf/x86/intel/ds: Check insn_get_length() retvalBorislav Petkov2021-03-151-6/+5
| | |/ | |/|
* | | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-211-1/+1
|\ \ \ | | |/ | |/|
| * | perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-161-1/+1
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* perf/x86/intel: Add perf core PMU support for Sapphire RapidsKan Liang2021-02-011-4/+114
* perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-011-8/+9
* Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-3/+8
|\
| * Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra2020-11-261-25/+28
| |\
| * | perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZEKan Liang2020-10-291-3/+8
* | | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-1/+1
|\ \ \
| * | | perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi2020-10-261-1/+1
| |/ /
* | | perf/x86/intel: Check PEBS status correctlyStephane Eranian2020-12-031-1/+1
* | | perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim2020-12-031-1/+1
| |/ |/|
* | perf/x86: Make dummy_iregs staticPeter Zijlstra2020-11-091-1/+1
* | perf/x86: Reduce stack usage for x86_pmu::drain_pebs()Peter Zijlstra2020-11-091-22/+25
* | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-2/+2
|/
* perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBSKan Liang2020-09-101-12/+20
* perf/x86/intel/lbr: Unify the stored format of LBR informationKan Liang2020-07-081-3/+3
* perf/x86/intel: Fix inaccurate period in context switch for auto-reloadKan Liang2020-02-111-0/+2
* perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys()Sean Christopherson2019-12-101-0/+1