aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra1-2/+2
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra1-3/+3
2013-10-04perf/x86: Clean up cap_user_time* settingPeter Zijlstra1-8/+3
2013-09-28perf/x86: Fix PMU detection printout when no PMU is detectedIngo Molnar1-1/+1
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-5/+5
2013-07-23perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter1-0/+6
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-06-26perf/x86: Fix shared register mutual exclusion enforcementStephane Eranian1-1/+25
2013-06-23perf: Drop sample rate when sampling is too slowDave Hansen1-1/+11
2013-06-19perf/x86/intel: Add Haswell PEBS record supportAndi Kleen1-1/+2
2013-06-19perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter1-13/+15
2013-04-21perf/x86: Check all MSRs before passing hw checkGeorge Dunlap1-11/+17
2013-04-01perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian1-1/+4
2013-04-01perf/x86: Add flags to event constraintsStephane Eranian1-1/+1
2013-03-26perf/x86: Improve sysfs event mapping with event stringStephane Eranian1-8/+12
2013-03-26perf/x86: Support CPU specific sysfs eventsAndi Kleen1-0/+34
2013-02-06perf/x86: Allow for architecture specific RDPMC indexesJacob Shin1-1/+1
2013-01-31perf: Make EVENT_ATTR globalSukadev Bhattiprolu1-10/+3
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