aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_model_p4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar1-723/+0
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-1/+1
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl1-1/+1
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-1/+1
2010-05-04oprofile/x86: return -EBUSY if counters are already reservedRobert Richter1-1/+13
2010-05-04oprofile/x86: moving shutdown functionsRobert Richter1-20/+18
2010-02-26oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter1-6/+0
2009-07-20x86/oprofile: Modify initialization of num_virt_countersRobert Richter1-2/+0
2009-07-20x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_specRobert Richter1-2/+0
2009-07-20x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter1-2/+2
2009-07-20oprofile: Implement performance counter multiplexingJason Yeh1-0/+4
2009-07-14x86/oprofile: Whitespaces changes onlyRobert Richter1-4/+4
2009-07-14x86/oprofile: Fix cast of counter valueRobert Richter1-3/+3
2009-06-11x86/oprofile: use 64 bit wrmsr functionsRobert Richter1-6/+6
2009-06-11x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter1-5/+5
2009-06-11x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter1-3/+3
2009-06-11x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter1-1/+2
2009-06-11x86/oprofile: remove MSR macros for p4 cpusRobert Richter1-20/+19
2009-06-11x86/oprofile: move common macros to op_x86_model.hRobert Richter1-2/+0
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-1/+1
2008-10-15oprofile: whitespace fixesRobert Richter1-16/+16
2008-09-24Revert "Oprofile Multiplexing Patch"Robert Richter1-4/+0
2008-08-19Merge branch 'x86/oprofile' into oprofileIngo Molnar1-88/+87
2008-08-19x86: Coding style fixes to arch/x86/oprofile/op_model_p4.cPaolo Ciarrocchi1-88/+87
2008-07-26Oprofile Multiplexing PatchJason Yeh1-0/+4
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-1/+1
2007-10-11i386: move oprofileThomas Gleixner1-0/+722