summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra1-1/+1
2013-10-16perf/x86: Optimize intel_pmu_pebs_fixup_ip()Peter Zijlstra1-14/+38
2013-10-04perf/x86: Add Haswell specific transaction flag reportingAndi Kleen1-4/+20
2013-10-04Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2013-09-20perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm()Peter Zijlstra1-1/+1
2013-09-20perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot pathPeter Zijlstra1-5/+5
2013-09-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-09-14perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNBStephane Eranian1-0/+1
2013-09-12perf/x86/intel: Clean-up/reduce PEBS codePeter Zijlstra1-68/+26
2013-09-12perf/x86: Report TSX transaction abort cost as weightAndi Kleen1-13/+42
2013-09-02perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches1-3/+3
2013-09-02perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng1-0/+26
2013-06-26perf/x86: Disable PEBS-LL in intel_pmu_pebs_disable()Stephane Eranian1-0/+6
2013-06-19perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen1-7/+25
2013-06-19perf/x86/intel: Add Haswell PEBS supportAndi Kleen1-0/+36
2013-06-19perf/x86/intel: Add Haswell PEBS record supportAndi Kleen1-21/+89
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+2
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2013-04-08Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar1-0/+10
2013-04-01perf/x86: Add support for PEBS Precise StoreStephane Eranian1-2/+47
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian1-8/+125
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian1-1/+3
2013-03-21perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian1-1/+2
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds1-1/+3
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian1-0/+8
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian1-0/+14
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra1-3/+4
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter1-2/+2
2012-06-06perf/x86: Don't assume there can be only 4 PEBS eventsAndi Kleen1-4/+4
2012-06-06perf/x86: Update SNB PEBS constraintsPeter Zijlstra1-8/+1
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-4/+2
2012-03-05perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian1-11/+1
2012-03-05perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian1-6/+4
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian1-1/+0
2011-11-14perf/x86: Fix PEBS instruction unwindPeter Zijlstra1-1/+5
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester1-54/+25
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-2/+2
2011-03-16perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming1-48/+47
2011-03-16perf, x86: Clean up SandyBridge PEBS eventsLin Ming1-22/+5
2011-03-04perf_events: Update PEBS event constraintsStephane Eranian1-21/+38
2011-03-02perf, x86: Add Intel SandyBridge CPU supportLin Ming1-0/+38
2010-10-22perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra1-3/+6
2010-10-22perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra1-6/+3
2010-10-22perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra1-14/+44
2010-10-22perf, x86: Extract DS alloc/free functionsPeter Zijlstra1-14/+26
2010-10-22perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra1-34/+56
2010-10-22perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra1-5/+25
2010-09-13perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian1-5/+6
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-1/+1