aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_p4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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