summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-11/+10
|\
| * 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-2/+3
| * perf, x86: Fixup the precise_ip computationPeter Zijlstra2010-10-221-4/+5
* | perf, x86: Fix up kmap_atomic() typePeter Zijlstra2010-10-261-3/+2
|/
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-19/+0
* perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-051-2/+0
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-051-1/+11
|\
| * perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
* | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-1/+0
* | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-45/+61
* | perf: Per PMU disablePeter Zijlstra2010-09-091-7/+9
* | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-8/+14
* | perf: Register PMU implementationsPeter Zijlstra2010-09-091-17/+28
* | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-7/+7
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-091-13/+46
|\ \ | |/
| * perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter2010-09-031-13/+46
* | perf: Remove unused variableLin Ming2010-08-251-3/+0
* | perf: Remove superfluous return values from perf_callchain_*()Peter Zijlstra2010-08-201-2/+2
* | perf: Fix race in callchainsFrederic Weisbecker2010-08-191-13/+9
* | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-191-2/+0
* | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-37/+8
* | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-13/+7
* | perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker2010-08-191-3/+0
|/
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-18/+0
|\
| * perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-16/+0
| * x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-081-2/+0
* | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-9/+9
* | perf, x86: Make a second write to performance counter if neededCyrill Gorcunov2010-06-091-1/+11
* | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-9/+5
* | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-311-0/+22
|/
* perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-251-1/+5
* perf, x86: implement group scheduling transactional APIsLin Ming2010-05-071-113/+67
* perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-1/+16
* perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter2010-05-071-1/+1
* perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2010-05-071-4/+5
* perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter2010-05-071-7/+2
* perf, x86: Move x86_setup_perfctr()Robert Richter2010-05-071-61/+59
* perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter2010-05-071-6/+14
* perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin2010-04-201-6/+14
* perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-0/+31
* Merge branch 'linus' into perf/coreIngo Molnar2010-04-081-0/+1
|\
| * Merge branch 'master' into export-slabhTejun Heo2010-04-051-10/+44
| |\
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | perf: Drop the frame reliablity checkFrederic Weisbecker2010-04-041-2/+1
* | | perf, x86: Fix up the ANY flag stuffPeter Zijlstra2010-04-021-23/+12
* | | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter2010-04-021-3/+16
* | | perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter2010-04-021-37/+37
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-021-10/+44
|\ \ \ | | |/ | |/|
| * | perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin2010-04-021-5/+39
OpenPOWER on IntegriCloud