aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_ds.c
Commit message (Expand)AuthorAgeFilesLines
* perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-6/+6
* perf, x86: Consolidate some code repetitionPeter Zijlstra2010-05-071-53/+44
* perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra2010-05-071-14/+0
* Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-1/+1
* perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra2010-03-261-16/+7
* perf, x86: Fix the !CONFIG_CPU_SUP_INTEL buildIngo Molnar2010-03-101-1/+1
* perf, x86: Fixup the PEBS handler for Core2 cpusPeter Zijlstra2010-03-101-14/+24
* perf, x86: Fix silly bug in intel_pmu_pebs_{enable,disable}Peter Zijlstra2010-03-101-5/+3
* perf, x86: Deal with multiple state bits for pebs-fmt1Peter Zijlstra2010-03-101-3/+13
* perf, x86: Fix PEBS enable/disable vs cpuc->enabledPeter Zijlstra2010-03-101-2/+3
* perf, x86: Fix pebs drainsPeter Zijlstra2010-03-101-12/+3
* perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra2010-03-101-3/+2
* perf, x86: Robustify PEBS fixupPeter Zijlstra2010-03-101-2/+19
* perf, x86: Fix silly bug in data store buffer allocationPeter Zijlstra2010-03-101-3/+1
* x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra2010-03-101-2/+0
* perf, x86: Expose the full PEBS record using PERF_SAMPLE_RAWPeter Zijlstra2010-03-101-0/+14
* perf, x86: Clean up IA32_PERF_CAPABILITIES usagePeter Zijlstra2010-03-101-15/+15
* perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra2010-03-101-2/+82
* perf, x86: Add PEBS infrastructurePeter Zijlstra2010-03-101-0/+557