summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.cBorislav Petkov2016-02-171-1368/+0
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-3/+3
* perf/x86: Enable cycles:pp for Intel AtomStephane Eranian2016-01-061-0/+2
* perf/x86: fix PEBS issues on Intel Atom/Core2Stephane Eranian2016-01-061-1/+8
* perf/x86: Use INST_RETIRED.PREC_DIST for cycles: pppAndi Kleen2016-01-061-0/+6
* perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for SkylakeAndi Kleen2016-01-061-3/+2
* perf/x86: Allow zero PEBS status with only single active eventAndi Kleen2016-01-061-0/+12
* perf/x86: Remove warning for zero PEBS statusAndi Kleen2016-01-061-4/+1
* perf/x86/intel/ds: Work around BTS leaking kernel addressesAlexander Shishkin2015-09-131-6/+34
* perf/x86/intel/pebs: Robustify PEBS buffer drainPeter Zijlstra2015-08-041-17/+17
* perf/x86/intel/pebs: Fix event disable PEBS buffer drainLiang, Kan2015-08-041-6/+7
* perf/x86/intel: Add Intel Skylake PMU supportAndi Kleen2015-08-041-0/+22
* perf/x86/intel/lbr: Allow time stamp for free running PEBSv3Andi Kleen2015-08-041-0/+1
* perf/x86/intel: Add support for PEBSv3 profilingAndi Kleen2015-08-041-3/+33
* perf/x86/intel/pebs: Add PEBSv3 decodingPeter Zijlstra2015-06-071-11/+19
* perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-3/+17
* perf/intel/x86: Enlarge the PEBS bufferYan, Zheng2015-06-071-1/+1
* perf/x86/intel: Drain the PEBS buffer during context switchesYan, Zheng2015-06-071-0/+32
* perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru...Yan, Zheng2015-06-071-4/+23
* perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng2015-06-071-42/+100
* perf/x86/intel: Introduce setup_pebs_sample_data()Yan, Zheng2015-06-071-43/+52
* perf/x86/intel: Use the PEBS auto reload mechanism when possibleYan, Zheng2015-06-071-0/+7
* perf/x86: Fix event/group validationPeter Zijlstra2015-05-271-2/+2
* perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp eventsPeter Zijlstra2015-04-171-0/+8
* perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2015-04-021-10/+18
* perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin2015-04-021-1/+2
* perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLMKan Liang2015-01-161-2/+2
* Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-3/+14
|\
| * x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-181-3/+14
* | perf/x86: Add support for sampling PEBS machine state registersStephane Eranian2014-11-161-0/+23
* | perf/x86/intel: Disallow flags for most Core2/Atom/Nehalem/Westmere eventsAndi Kleen2014-11-161-26/+26
* | perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDISTAndi Kleen2014-11-161-3/+3
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-10/+10
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-10/+10
* | perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-091-1/+1
* | perf/x86: Clean up __intel_pmu_pebs_event() codeStephane Eranian2014-08-131-44/+37
* | perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian2014-08-131-4/+7
* | perf/x86: Don't mark DataLA addresses as storeAndi Kleen2014-08-131-1/+1
* | perf/x86: Revamp PEBS event selectionAndi Kleen2014-08-131-72/+35
|/
* perf/x86/intel: Avoid spamming kernel log for BTS buffer failureDavid Rientjes2014-07-161-2/+4
* fix Haswell precise store data source encodingStephane Eranian2014-05-191-3/+19
* perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-1/+1
* perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra2013-10-161-14/+38
* perf/x86: Add Haswell specific transaction flag reportingAndi Kleen2013-10-041-4/+20
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-041-0/+1
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-181-0/+1
| |\
| | * perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian2013-09-141-0/+1
* | | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra2013-09-201-1/+1
* | | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra2013-09-201-5/+5
* | | perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra2013-09-121-68/+26