aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-10perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern1-6/+0
2012-10-30perf/x86: Fix sparse warningsPeter Huewe1-2/+2
2012-10-24perf/x86: Add hardware events translations for AMD cpusJiri Olsa1-2/+1
2012-10-24perf/x86: Add hardware events translations for Intel cpusJiri Olsa1-0/+40
2012-10-24perf/x86: Filter out undefined events from sysfs events attributeJiri Olsa1-0/+22
2012-10-24perf/x86: Make hardware event translations available in sysfsJiri Olsa1-0/+60
2012-10-24x86/perf: Fix virtualization sanity checkAndre Przywara1-4/+6
2012-10-16perf: Require exclude_guest to use PEBS - kernel side enforcementPeter Zijlstra1-0/+6
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra1-10/+79
2012-07-05perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra1-7/+14
2012-07-05perf/x86: Improve debug output in check_hw_exists()Robert Richter1-3/+5
2012-07-05perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter1-32/+2
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter1-19/+19
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar1-1/+1
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2012-07-05perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra1-1/+1
2012-06-18perf: Export perf_assign_events()Yan, Zheng1-3/+3
2012-06-18perf/x86/amd: Fix RDPMC index calculation for AMD family 15hRobert Richter1-1/+1
2012-06-11perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan1-1/+6
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin1-1/+1
2012-06-06perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernelVince Weaver1-1/+3
2012-06-06perf/x86: Fix wrmsrl() debug wrapperPeter Zijlstra1-11/+0
2012-06-06perf/x86: Check if user fp is validArun Sharma1-0/+12
2012-06-06perf/x86: Allow multiple stacksArun Sharma1-6/+0
2012-06-06perf/x86: Fix Intel shared extra MSR allocationPeter Zijlstra1-0/+1
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-3/+1
2012-04-26perf: Trivial cleanup of duplicate codeRobert Richter1-3/+0
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+16
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-2/+2
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-2/+2
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-1/+9
2012-03-16perf: Adding sysfs group format attribute for pmu deviceJiri Olsa1-0/+7
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-7/+14
2012-03-05perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian1-0/+60
2012-03-05perf/x86: Add Intel LBR sharing logicStephane Eranian1-0/+4
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+3
2012-02-20x32: Handle process creationH. Peter Anvin1-1/+3
2012-02-06Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-3/+0
2012-02-03perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian1-3/+0
2011-12-21perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra1-0/+14
2011-12-21perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra1-1/+54
2011-12-21perf, x86: Implement user-space RDPMC support, to allow fast, user-space access to self-monitoring countersPeter Zijlstra1-0/+15
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian1-1/+7
2011-12-06perf, x86: Expose perf capability to other modulesGleb Natapov1-0/+12
2011-12-06perf, x86: Implement arch event mask as quirkPeter Zijlstra1-2/+3
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra1-5/+14
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter1-2/+43
2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter1-53/+132
2011-11-14perf/x86: Enable raw event access to Intel offcore eventsPeter Zijlstra1-5/+1