summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_model_ppro.c
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov2016-03-311-1/+1
* oprofile, x86: Fix overflow and warning (commit 1d12d35)Robert Richter2011-08-161-2/+1
* oprofile, x86: Convert memory allocation to static arrayMaarten Lankhorst2011-08-011-23/+1
* x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-4/+4
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-2/+2
|\
| * perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter2010-04-021-2/+2
* | oprofile/x86: return -EBUSY if counters are already reservedRobert Richter2010-05-041-11/+13
* | oprofile/x86: moving shutdown functionsRobert Richter2010-05-041-17/+16
* | oprofile/x86: reserve counter msrs pairwiseRobert Richter2010-05-041-19/+17
|/
* perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-011-3/+3
* oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter2010-02-261-5/+1
* oprofile/x86: warn user if a counter is already activeRobert Richter2010-02-261-1/+10
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
* x86/oprofile: Modify initialization of num_virt_countersRobert Richter2009-07-201-1/+0
* x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter2009-07-201-1/+0
* x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter2009-07-201-1/+1
* oprofile: Implement performance counter multiplexingJason Yeh2009-07-201-0/+2
* x86/oprofile: Whitespaces changes onlyRobert Richter2009-07-141-4/+4
* Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-121-0/+8
|\
| * Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-041-2/+12
| |\
| * | perfcounters: fix "perf counters kills oprofile" bug, v2Ingo Molnar2009-02-051-0/+8
| * | x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar2008-12-231-1/+1
* | | x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter2009-06-111-5/+5
* | | x86/oprofile: replace CTRL_SET_*ACTIVE macrosRobert Richter2009-06-111-8/+8
* | | x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter2009-06-111-6/+4
* | | x86/oprofile: replace macros to calculate control registerRobert Richter2009-06-111-16/+13
* | | x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter2009-06-111-1/+2
* | | x86/oprofile: fix and cleanup CTRL_SET_* macrosRobert Richter2009-06-111-1/+0
* | | x86/oprofile: remove MSR macros for ppro cpusRobert Richter2009-06-111-11/+8
* | | x86/oprofile: move common macros to op_x86_model.hRobert Richter2009-06-111-8/+0
* | | x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.initRobert Richter2009-06-101-1/+8
* | | Revert "oprofile: discover counters for op ppro too"Robert Richter2009-06-101-5/+3
| |/ |/|
* | x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann2009-03-031-2/+12
|/
* oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet2008-12-031-0/+4
* oprofile: fix an overflow in ppro codeEric Dumazet2008-11-171-1/+1
* oprofile: Fix p6 counter overflow checkAndi Kleen2008-11-071-5/+4
* Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tipRobert Richter2008-10-151-23/+85
|\
| * oprofile: discover counters for op ppro tooAndi Kleen2008-10-131-3/+5
| * oprofile: Implement Intel architectural perfmon supportAndi Kleen2008-10-131-22/+82
* | oprofile: whitespace fixesRobert Richter2008-10-151-8/+8
|/
* Revert "Oprofile Multiplexing Patch"Robert Richter2008-09-241-2/+0
* Oprofile Multiplexing PatchJason Yeh2008-07-261-0/+2
* x86: coding style fixes to arch/x86/oprofile/op_model_ppro.cPaolo Ciarrocchi2008-04-171-26/+26
* i386: move oprofileThomas Gleixner2007-10-111-0/+192