summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_event.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-02perf, x86: Fix up the ANY flag stuffPeter Zijlstra1-23/+12
2010-04-02perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter1-3/+16
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-37/+37
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar1-10/+44
2010-04-02perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin1-5/+39
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra1-3/+5
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26perf, x86: Add Nehelem PMU programming errata workaroundPeter Zijlstra1-4/+4
2010-03-18perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian1-1/+4
2010-03-18x86, perf: Use apic_write unconditionallyCyrill Gorcunov1-4/+0
2010-03-17perf/core, x86: Remove duplicate perf_event_mask variableRobert Richter1-6/+3
2010-03-17perf/core, x86: Remove cpu_hw_events.interruptsRobert Richter1-1/+0
2010-03-17perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macrosRobert Richter1-6/+9
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-1/+2
2010-03-17perf, x86: Report error code that returned from x86_pmu.hw_config()Robert Richter1-2/+3
2010-03-16perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-1/+2
2010-03-12Merge branch 'perf/x86' into perf/coreIngo Molnar1-17/+32
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-9/+16
2010-03-12x86, perf: Fix NULL deref on not assigned x86_pmuCyrill Gorcunov1-0/+3
2010-03-11perf, x86: Implement initial P4 PMU driverCyrill Gorcunov1-17/+29
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11perf, x86: Fix hw_perf_enable() event assignmentPeter Zijlstra1-9/+3
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-0/+12
2010-03-10perf, x86: Remove checking_{wr,rd}msr() usagePeter Zijlstra1-6/+18
2010-03-10perf, x86: Disable PEBS on clovertown chipsPeter Zijlstra1-0/+4
2010-03-10perf, x86: Clean up IA32_PERF_CAPABILITIES usagePeter Zijlstra1-2/+13
2010-03-10perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra1-35/+35
2010-03-10perf, x86: Implement simple LBR supportPeter Zijlstra1-0/+18
2010-03-10perf, x86: Add PEBS infrastructurePeter Zijlstra1-145/+78
2010-03-10perf, x86: Fix double enable callsPeter Zijlstra1-0/+4
2010-03-10perf, x86: Fix double disable callsPeter Zijlstra1-1/+2
2010-03-10perf, x86: Properly account n_addedPeter Zijlstra1-2/+2
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra1-14/+6
2010-03-10perf, x86: Fix x86_pmu_startPeter Zijlstra1-13/+10
2010-03-10perf, x86: Use unlocked bitopsPeter Zijlstra1-4/+4