aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\
| * perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter2010-04-02
* | oprofile/x86: make AMD IBS hotplug capableRobert Richter2010-05-06
* | oprofile/x86: notify cpus only when daemon is runningRobert Richter2010-05-06
* | oprofile/x86: reordering some functionsRobert Richter2010-05-04
* | oprofile/x86: stop disabled counters in nmi handlerRobert Richter2010-05-04
* | oprofile/x86: protect cpu hotplug sectionsRobert Richter2010-05-04
* | oprofile/x86: remove CONFIG_SMP macrosRobert Richter2010-05-04
* | oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter2010-05-04
* | oprofile/x86: remove duplicate IBS capability checkRobert Richter2010-05-04
* | oprofile/x86: move IBS codeRobert Richter2010-05-04
* | oprofile/x86: return -EBUSY if counters are already reservedRobert Richter2010-05-04
* | oprofile/x86: moving shutdown functionsRobert Richter2010-05-04
* | oprofile/x86: reserve counter msrs pairwiseRobert Richter2010-05-04
* | oprofile/x86: rework error handler in nmi_setup()Robert Richter2010-05-04
|/
* perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-01
* perf, x86: add some IBS macros to perf_event.hRobert Richter2010-03-01
* perf, x86: make IBS macros available in perf_event.hRobert Richter2010-03-01
* oprofile/x86: fix msr access to reserved countersRobert Richter2010-02-26
* oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter2010-02-26
* oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2010-02-26
* oprofile/x86: add comment to counter-in-use warningNaga Chumbalkar2010-02-26
* oprofile/x86: warn user if a counter is already activeRobert Richter2010-02-26
* oprofile/x86: implement randomization for IBS periodic op counterRobert Richter2010-02-26
* oprofile/x86: implement lsfr pseudo-random number generator for IBSSuravee Suthikulpanit2010-02-26
* oprofile/x86: implement IBS cpuid feature detectionRobert Richter2010-02-26
* oprofile/x86: remove node check in AMD IBS initializationRobert Richter2010-02-26
* oprofile/x86: remove OPROFILE_IBS config optionRobert Richter2010-02-26
* oprofile/x86: add Xeon 7500 series supportAndi Kleen2010-01-25
* oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit2010-01-25
* perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker2009-12-17
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
* arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return typeAndrew Morton2009-08-04
* Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"Robert Richter2009-08-04
* x86/oprofile: Small coding style fixesRobert Richter2009-07-20
* x86/oprofile: Add counter reservation check for virtual countersRobert Richter2009-07-20
* x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter2009-07-20
* oprofile: Adding switch counter to oprofile statistic variablesRobert Richter2009-07-20
* x86/oprofile: Implement mux_clone()Robert Richter2009-07-20
* x86/oprofile: Enable multiplexing only if the model supports itRobert Richter2009-07-20
* x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter2009-07-20
* x86/oprofile: Modify initialization of num_virt_countersRobert Richter2009-07-20
* x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter2009-07-20
* x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter2009-07-20
* x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter2009-07-20
* x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter2009-07-20
* x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter2009-07-20
* x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter2009-07-20
* oprofile: Grouping multiplexing code in op_model_amd.cRobert Richter2009-07-20
* oprofile: Introduce op_x86_phys_to_virt()Robert Richter2009-07-20