aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-26perf: Introduce is_sampling_event()Franck Bui-Huu1-1/+1
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+20
2010-11-26x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus1-0/+20
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+1
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen1-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-9/+0
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+10
2010-10-26perf, x86: Fix up kmap_atomic() typePeter Zijlstra1-3/+2
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-2/+3
2010-10-22perf, x86: Fixup the precise_ip computationPeter Zijlstra1-4/+5
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-19/+0
2010-10-05perf, gcc-4.6: Fix set but unused variableAndi Kleen1-2/+0
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+11
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter1-1/+11
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-1/+0
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-45/+61
2010-09-09perf: Per PMU disablePeter Zijlstra1-7/+9
2010-09-09perf: Reduce perf_disable() usagePeter Zijlstra1-8/+14
2010-09-09perf: Register PMU implementationsPeter Zijlstra1-17/+28
2010-09-09perf: Deconstify struct pmuPeter Zijlstra1-7/+7
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar1-13/+46
2010-09-03perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter1-13/+46
2010-08-25perf: Remove unused variableLin Ming1-3/+0
2010-08-20perf: Remove superfluous return values from perf_callchain_*()Peter Zijlstra1-2/+2
2010-08-19perf: Fix race in callchainsFrederic Weisbecker1-13/+9
2010-08-19perf: Factorize callchain context handlingFrederic Weisbecker1-2/+0
2010-08-19perf: Generalize some arch callchain codeFrederic Weisbecker1-37/+8
2010-08-19perf: Generalize callchain_store()Frederic Weisbecker1-13/+7
2010-08-19perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker1-3/+0
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-18/+0
2010-06-09perf: Convert perf_event to local_tPeter Zijlstra1-9/+9
2010-06-09perf, x86: Make a second write to performance counter if neededCyrill Gorcunov1-1/+11
2010-06-09perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra1-9/+5
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker1-16/+0
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker1-2/+0
2010-05-31perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian1-0/+22
2010-05-25perf, trace: Fix !x86 build bugPeter Zijlstra1-1/+5
2010-05-07perf, x86: implement group scheduling transactional APIsLin Ming1-113/+67
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-1/+16
2010-05-07perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter1-1/+1
2010-05-07perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter1-4/+5
2010-05-07perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter1-7/+2
2010-05-07perf, x86: Move x86_setup_perfctr()Robert Richter1-61/+59
2010-05-07perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter1-6/+14
2010-04-20perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin1-6/+14
2010-04-19perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin1-0/+31
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-10/+44
2010-04-04perf: Drop the frame reliablity checkFrederic Weisbecker1-2/+1