summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/ds.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang2024-07-091-2/+6
* perf/x86/intel: Support new data source for Lunar LakeKan Liang2024-07-041-2/+92
* perf/x86/intel: Rename model-specific pebs_latency_data functionsKan Liang2024-07-041-10/+10
* perf/x86: Add Lunar Lake and Arrow Lake supportKan Liang2024-07-041-0/+24
* perf/x86: Support counter maskKan Liang2024-07-041-11/+8
* perf/x86/intel: Support the PEBS event maskKan Liang2024-07-041-7/+8
* perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-031-4/+4
* x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2024-03-041-0/+1
* perf/x86/intel: Support branch counters loggingKan Liang2023-10-271-1/+1
* perf: Add branch stack countersKan Liang2023-10-271-2/+2
* perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang2023-08-291-1/+1
* perf/x86/intel: Use the common uarch name for the shared functionsKan Liang2023-08-291-1/+1
* perf/x86/intel: Add Crestmont PMUKan Liang2023-08-091-2/+7
* perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-081-24/+32
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-1/+3
|\
| * perf/x86/intel: Expose EPT-friendly PEBS for SPR and future modelsLike Xu2023-02-021-1/+3
* | perf/x86/intel/ds: Fix the conversion from TSC to perf timeKan Liang2023-02-111-9/+26
* | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-1/+2
* | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-6/+3
* | perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-181-8/+4
* | perf/x86: Support Retire LatencyKan Liang2023-01-091-0/+4
* | perf/x86: Add Meteor Lake supportKan Liang2023-01-091-11/+59
|/
* Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+2
|\
| * perf: Rewrite core context handlingPeter Zijlstra2022-10-271-2/+2
* | 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