aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_p4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov1-36/+30
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov1-29/+106
2011-07-01perf, arch: Add generic NODE cache eventsPeter Zijlstra1-0/+14
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov1-0/+26
2011-05-01Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-5/+14
2011-04-27perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus1-4/+13
2011-04-24perf events, x86, P4: Fix typo in commentJustin P. Mattock1-1/+1
2011-04-22perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflowCyrill Gorcunov1-1/+1
2011-04-22perf, x86: P4 PMU -- Use perf_sample_data_init helperCyrill Gorcunov1-2/+1
2011-03-29perf, x86: P4 PMU - clean up the code a bitCyrill Gorcunov1-1/+1
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-03-24perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflowsDon Zickus1-0/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-4/+4
2011-02-16perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter1-4/+4
2011-02-16perf, x86: P4 PMU: Fix spurious NMI messagesCyrill Gorcunov1-3/+8
2011-01-27perf: Fix Pentium4 raw event validationStephane Eranian1-2/+10
2011-01-09perf, x86: P4 PMU - Fix unflagged overflows handlingCyrill Gorcunov1-13/+15
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+5
2010-09-30perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov1-1/+5
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2010-09-03perf, x86: Fix handle_irq return valuesPeter Zijlstra1-1/+1
2010-09-01perf, x86, Pentium4: Add RAW events verificationCyrill Gorcunov1-24/+268
2010-08-25perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming1-0/+2
2010-08-08perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properlyCyrill Gorcunov1-3/+6
2010-07-05perf, x86: P4 PMU -- redesign cache eventsCyrill Gorcunov1-36/+111
2010-06-09perf, x86: Make a second write to performance counter if neededCyrill Gorcunov1-0/+9
2010-05-19perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_Cyrill Gorcunov1-1/+1
2010-05-19perf, x86: P4 PMU -- do a real check for ESCR address being in hashCyrill Gorcunov1-3/+4
2010-05-18perf, x86: P4 PMU -- fix typo in unflagged NMI handlingCyrill Gorcunov1-1/+1
2010-05-18perf, x86: P4 PMU -- handle unflagged eventsCyrill Gorcunov1-16/+16
2010-05-15x86, perf: P4 PMU - fix counters management logicCyrill Gorcunov1-4/+4
2010-05-13x86, perf: P4 PMU -- use hash for p4_get_escr_idx()Cyrill Gorcunov1-55/+71
2010-05-08x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov1-1/+10
2010-05-08x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov1-5/+0
2010-05-08x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov1-2/+6
2010-05-08x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov1-15/+14
2010-05-07perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter1-1/+1
2010-04-02perf, x86: Fix __initconst vs constPeter Zijlstra1-2/+2
2010-04-02perf, x86: Fix up the ANY flag stuffPeter Zijlstra1-18/+22
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-7/+7
2010-03-26perf, x86: Add Nehelem PMU programming errata workaroundPeter Zijlstra1-1/+1
2010-03-26x86, perf: Add raw events support for the P4 PMUCyrill Gorcunov1-322/+424
2010-03-18x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify)Cyrill Gorcunov1-1/+1
2010-03-18perf, x86: Add cache events for the Pentium-4 PMULin Ming1-6/+147
2010-03-18perf, x86: Add a key to simplify template lookup in Pentium-4 PMULin Ming1-52/+34
2010-03-18x86, perf: Use apic_write unconditionallyCyrill Gorcunov1-2/+0
2010-03-15perf, x86: Enable not tagged retired instruction counting on P4sCyrill Gorcunov1-5/+3
2010-03-13x86, perf: Unmask LVTPC only if we have APIC supportedCyrill Gorcunov1-0/+2
2010-03-11perf, x86: Implement initial P4 PMU driverCyrill Gorcunov1-0/+607