aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
AgeCommit message (Expand)Author
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-08Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar
2013-04-01perf/x86: Add support for PEBS Precise StoreStephane Eranian
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian
2013-03-21perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian
2013-03-17perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds
2013-03-15perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian
2012-09-19perf/x86: Fix Intel Ivy Bridge supportStephane Eranian
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter
2012-06-06perf/x86: Don't assume there can be only 4 PEBS eventsAndi Kleen
2012-06-06perf/x86: Update SNB PEBS constraintsPeter Zijlstra
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter
2012-03-05perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian
2012-03-05perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian
2011-11-14perf/x86: Fix PEBS instruction unwindPeter Zijlstra
2011-09-26x86, perf: Clean up perf_event cpu codeKevin Winchester
2011-07-01perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-03-16perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming
2011-03-16perf, x86: Clean up SandyBridge PEBS eventsLin Ming
2011-03-04perf_events: Update PEBS event constraintsStephane Eranian
2011-03-02perf, x86: Add Intel SandyBridge CPU supportLin Ming
2010-10-22perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra
2010-10-22perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra
2010-10-22perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra
2010-10-22perf, x86: Extract DS alloc/free functionsPeter Zijlstra
2010-10-22perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra
2010-10-22perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra
2010-09-13perf_events: Fix BTS interrupt handling to avoid being dazed by NMI (v2)Stephane Eranian
2010-09-09perf: Rework the PMU methodsPeter Zijlstra
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra
2010-05-07perf, x86: Consolidate some code repetitionPeter Zijlstra
2010-05-07perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-03-26perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra
2010-03-10perf, x86: Fix the !CONFIG_CPU_SUP_INTEL buildIngo Molnar
2010-03-10perf, x86: Fixup the PEBS handler for Core2 cpusPeter Zijlstra
2010-03-10perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable}Peter Zijlstra
2010-03-10perf, x86: Deal with multiple state bits for pebs-fmt1Peter Zijlstra
2010-03-10perf, x86: Fix PEBS enable/disable vs cpuc->enabledPeter Zijlstra
2010-03-10perf, x86: Fix pebs drainsPeter Zijlstra
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra
2010-03-10perf, x86: Robustify PEBS fixupPeter Zijlstra
2010-03-10perf, x86: Fix silly bug in data store buffer allocationPeter Zijlstra
2010-03-10x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra
2010-03-10perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAWPeter Zijlstra