summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-141-1/+2
| |\
| | * perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian2013-03-211-1/+2
* | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2013-04-081-0/+10
|\ \ \ | |/ /
| * | perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
| * | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-151-0/+8
| |/
* | perf/x86: Add support for PEBS Precise StoreStephane Eranian2013-04-011-2/+47
* | perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian2013-04-011-8/+125
* | perf/x86: Add flags to event constraintsStephane Eranian2013-04-011-1/+3
|/
* perf/x86: Fix Intel Ivy Bridge supportStephane Eranian2012-09-191-0/+14
* perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra2012-07-311-3/+4
* perf/x86: Rename Intel specific macrosRobert Richter2012-07-051-2/+2
* perf/x86: Don't assume there can be only 4 PEBS eventsAndi Kleen2012-06-061-4/+4
* perf/x86: Update SNB PEBS constraintsPeter Zijlstra2012-06-061-8/+1
* perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-4/+2
* perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-051-11/+1
* perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-051-6/+4
* perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-031-1/+0
* perf/x86: Fix PEBS instruction unwindPeter Zijlstra2011-11-141-1/+5
* x86, perf: Clean up perf_event cpu codeKevin Winchester2011-09-261-54/+25
* perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-011-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-2/+2
* perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2011-03-161-48/+47
* perf, x86: Clean up SandyBridge PEBS eventsLin Ming2011-03-161-22/+5
* perf_events: Update PEBS event constraintsStephane Eranian2011-03-041-21/+38
* perf, x86: Add Intel SandyBridge CPU supportLin Ming2011-03-021-0/+38
* perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra2010-10-221-3/+6
* perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-221-6/+3
* perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-221-14/+44
* perf, x86: Extract DS alloc/free functionsPeter Zijlstra2010-10-221-14/+26
* perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra2010-10-221-34/+56
* perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra2010-10-221-5/+25
* perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian2010-09-131-5/+6
* perf: Rework the PMU methodsPeter Zijlstra2010-09-091-1/+1
OpenPOWER on IntegriCloud