aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-4/+23
2009-06-10Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+23
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar1-1/+1
2009-05-12x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu1-1/+1
2009-05-08oprofile: introduce module_param oprofile.cpu_typeRobert Richter1-2/+11
2009-05-08oprofile: add support for Core i7 and AtomAndi Kleen1-0/+7
2009-05-08oprofile: remove undocumented oprofile.p4force optionAndi Kleen1-4/+1
2009-05-08oprofile: re-add force_arch_perfmon optionAndi Kleen1-0/+6
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-1/+1
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-1/+1
2009-03-04Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar1-2/+12
2009-03-03x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann1-2/+12
2009-02-05perfcounters: fix "perf counters kills oprofile" bug, v2Ingo Molnar1-0/+8
2009-02-04perfcounters: fix "perf counters kill oprofile" bugMike Galbraith1-3/+4
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar1-133/+91
2009-01-08Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tipRobert Richter1-133/+91
2009-01-07oprofile: make new cpu buffer functions part of the apiRobert Richter1-33/+24
2009-01-07oprofile: use new data sample format for ibsRobert Richter1-78/+41
2009-01-07oprofile: rework implementation of cpu buffer eventsRobert Richter1-4/+4
2009-01-07oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.cRobert Richter1-12/+12
2008-12-29x86/oprofile: fix pci_dev use count for AMD northbridge devicesRobert Richter1-0/+1
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar1-1/+1
2008-12-10x86/oprofile: cleanup IBS init/exit functions in op_model_amd.cRobert Richter1-15/+17
2008-12-10x86/oprofile: reordering IBS code in op_model_amd.cRobert Richter1-13/+13
2008-12-10oprofile: whitspace changes onlyRobert Richter1-2/+2
2008-12-10oprofile: comment cleanupRobert Richter1-15/+16
2008-12-03x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen1-3/+2
2008-12-03oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet1-0/+4
2008-11-17oprofile: fix an overflow in ppro codeEric Dumazet1-1/+1
2008-11-07oprofile: Fix p6 counter overflow checkAndi Kleen1-5/+4
2008-10-16oprofile: fixing whitespaces in arch/x86/oprofile/*Robert Richter2-11/+10
2008-10-15Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tipRobert Richter3-35/+108
2008-10-15x86/oprofile: add the logic for enabling additional IBS bitsSuravee Suthikulpanit1-2/+5
2008-10-15x86/oprofile: reordering functions in nmi_int.cRobert Richter1-76/+71
2008-10-15oprofile: more whitespace fixesRobert Richter3-6/+6
2008-10-15oprofile: whitespace fixesRobert Richter3-34/+34
2008-10-15OProfile: Rename IBS sysfs dir into "ibs_op"Robert Richter1-1/+1
2008-10-15OProfile: Rework string handling in setup_ibs_files()Robert Richter1-12/+11
2008-10-15OProfile: Rework oprofile_add_ibs_sample() functionRobert Richter1-2/+3
2008-10-13oprofile: discover counters for op ppro tooAndi Kleen2-4/+6
2008-10-13oprofile: Implement Intel architectural perfmon supportAndi Kleen3-28/+102
2008-10-13oprofile: Don't report Nehalem as core_2Andi Kleen1-3/+0
2008-10-13oprofile: drop const in num counters fieldAndi Kleen1-2/+2
2008-09-30Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into oprofileIngo Molnar6-148/+40
2008-09-30Merge commit 'v2.6.27-rc8' into oprofileIngo Molnar1-6/+39
2008-09-24Merge commit 'v2.6.27-rc5' into tip/oprofileRobert Richter1-3/+36
2008-09-24Revert "Oprofile Multiplexing Patch"Robert Richter6-149/+39
2008-09-22x86, oprofile: BUG: using smp_processor_id() in preemptible codeAndrea Righi1-1/+1
2008-09-22x86, oprofile: BUG scheduling while atomicAndrea Righi1-1/+3
2008-08-20x86: fix oprofile + hibernation badnessAndi Kleen1-3/+36