aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasksAndy Lutomirski1-1/+20
2015-02-04perf/x86: Only allow rdpmc if a perf_event is mappedAndy Lutomirski1-19/+38
2015-02-04perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski1-1/+2
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-3/+4
2014-10-29perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar1-9/+0
2014-10-28perf: Fix bogus kernel printkPeter Zijlstra (Intel)1-2/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-11/+11
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual environmentWei Huang1-1/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen1-0/+9
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-11/+11
2014-08-13perf/x86: Fix :pp without LBRAndi Kleen1-1/+1
2014-07-16perf/x86/intel: Protect LBR and extra_regs against KVM lyingKan Liang1-0/+3
2014-06-05perf/x86: Use common PMU interrupt disabled codeVince Weaver1-9/+9
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-1/+2
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-1/+2
2014-04-18perf/x86: Export perf_assign_events()Yan, Zheng1-0/+1
2014-02-27perf/x86: Add a few more commentsPeter Zijlstra1-14/+33
2014-02-27perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-02-09perf/x86: Fix Userspace RDPMC switchPeter Zijlstra1-1/+1
2014-02-09perf/x86/intel/p6: Add userspace RDPMC quirk for PProPeter Zijlstra1-1/+5
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra1-1/+1
2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra1-4/+10
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