summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+37Star
* | 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/+35Star
|/
* 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/+26Star
* | | perf/x86: Report TSX transaction abort cost as weightAndi Kleen2013-09-121-13/+42
|/ /
* | perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches2013-09-021-3/+3
* | perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng2013-09-021-0/+26
|/
* perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian2013-06-261-0/+6
* perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen2013-06-191-7/+25
* perf/x86/intel: Add Haswell PEBS supportAndi Kleen2013-06-191-0/+36
* perf/x86/intel: Add Haswell PEBS record supportAndi Kleen2013-06-191-21/+89
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-211-1/+2
|\