aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar2-37/+89
2010-10-25Merge branch 'oprofile/core' into oprofile/x86Robert Richter1-15/+117
2010-10-25x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar1-15/+11
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-18/+127
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter1-18/+127
2010-10-15oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter1-3/+19
2010-10-15oprofile, x86: Add support for IBS branch target address reportingRobert Richter1-6/+20
2010-10-15oprofile, x86: Introduce struct ibs_stateRobert Richter1-11/+18
2010-10-15oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNTRobert Richter1-2/+1
2010-10-15oprofile, x86: Check IBS capability bits 1 and 2Robert Richter1-21/+38
2010-10-15oprofile, x86: Add support for AMD family 14hRobert Richter1-0/+3
2010-10-15oprofile, x86: Add support for AMD family 12hRobert Richter1-0/+3
2010-10-01oprofile, x86: Simplify init/exit functionsRobert Richter1-8/+1
2010-10-01oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa1-0/+53
2010-10-01oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa1-12/+7
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-09-16oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons1-1/+3
2010-09-01oprofile, x86: fix init_sysfs() function stubRobert Richter1-2/+4
2010-08-31oprofile, x86: fix init_sysfs error handlingRobert Richter1-3/+13
2010-08-05oprofile: add support for Intel processor model 30Josh Hunt1-0/+1
2010-06-04Merge remote branch 'tip/perf/urgent' into oprofile/urgentRobert Richter1-2/+2
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-05-10Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos1-2/+14
2010-05-06oprofile/x86: make AMD IBS hotplug capableRobert Richter3-41/+19
2010-05-06oprofile/x86: notify cpus only when daemon is runningRobert Richter1-13/+3
2010-05-04oprofile/x86: reordering some functionsRobert Richter1-67/+67
2010-05-04oprofile/x86: stop disabled counters in nmi handlerRobert Richter1-2/+10
2010-05-04oprofile/x86: protect cpu hotplug sectionsRobert Richter1-6/+46
2010-05-04oprofile/x86: remove CONFIG_SMP macrosRobert Richter1-6/+1
2010-05-04oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter1-2/+8
2010-05-04oprofile/x86: remove duplicate IBS capability checkRobert Richter1-2/+1
2010-05-04oprofile/x86: move IBS codeRobert Richter1-110/+110
2010-05-04oprofile/x86: return -EBUSY if counters are already reservedRobert Richter5-25/+44
2010-05-04oprofile/x86: moving shutdown functionsRobert Richter3-49/+46
2010-05-04oprofile/x86: reserve counter msrs pairwiseRobert Richter2-43/+36
2010-05-04oprofile/x86: rework error handler in nmi_setup()Robert Richter1-14/+19
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-2/+2
2010-03-01perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2-6/+6
2010-03-01perf, x86: add some IBS macros to perf_event.hRobert Richter1-3/+3
2010-03-01perf, x86: make IBS macros available in perf_event.hRobert Richter1-11/+0
2010-02-26oprofile/x86: fix msr access to reserved countersRobert Richter1-5/+4
2010-02-26oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter4-18/+4
2010-02-26oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2-24/+6
2010-02-26oprofile/x86: add comment to counter-in-use warningNaga Chumbalkar1-0/+9
2010-02-26oprofile/x86: warn user if a counter is already activeRobert Richter3-2/+31
2010-02-26oprofile/x86: implement randomization for IBS periodic op counterRobert Richter1-6/+63
2010-02-26oprofile/x86: implement lsfr pseudo-random number generator for IBSSuravee Suthikulpanit1-0/+23
2010-02-26oprofile/x86: implement IBS cpuid feature detectionRobert Richter1-17/+63
2010-02-26oprofile/x86: remove node check in AMD IBS initializationRobert Richter1-10/+0
2010-02-26oprofile/x86: remove OPROFILE_IBS config optionRobert Richter1-30/+1