summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_counter.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-2298/+0
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-24/+24
2009-09-20perf_counter: x86: Fix PMU resource leakPeter Zijlstra1-3/+6
2009-09-19Merge branch 'linus' into perfcounters/coreIngo Molnar1-7/+7
2009-09-18x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger1-23/+37
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-7/+7
2009-09-04x86, perf_counter, bts: Do not allow kernel BTS tracing for nowmarkus.t.metzger@intel.com1-2/+9
2009-09-04x86, perf_counter, bts: Correct pointer-to-u64 castsmarkus.t.metzger@intel.com1-12/+12
2009-09-04x86, perf_counter, bts: Fail if BTS is not availablemarkus.t.metzger@intel.com1-14/+11
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-7/+33
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-22/+267
2009-08-12perf_counter, x86: Fix/improve apic fallbackIngo Molnar1-4/+30
2009-08-11perf_counter, x86: Fix generic cache events on P6-mobile CPUsIngo Molnar1-2/+2
2009-08-11perf_counter, x86: Fix lapic printk messageIngo Molnar1-1/+1
2009-08-09x86, perf_counter, bts: Add BTS support to perfcountersMarkus Metzger1-6/+319
2009-07-22perf_counter: Remove unused variablesPeter Zijlstra1-2/+0
2009-07-13perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras1-4/+2
2009-07-10perf_counter: Clean up global vs counter enablePeter Zijlstra1-8/+8
2009-07-10perf_counter: Fix up P6 PMU detailsPeter Zijlstra1-5/+23
2009-07-10perf_counter: Add P6 PMU supportVince Weaver1-14/+213
2009-07-04Merge branch 'master' into for-nextTejun Heo1-12/+10
2009-07-01perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker1-1/+7
2009-06-29perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu1-2/+2
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-0/+6
2009-06-24perf_counter, x86: Set global control MSR correctlyYong Wang1-9/+1
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-7/+7
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-1/+1
2009-06-21perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput1-1/+1
2009-06-19perf_counter: Make callchain samples extensiblePeter Zijlstra1-23/+6
2009-06-17perf_counter: x86: Set the period in the intel overflow handlerPeter Zijlstra1-0/+2
2009-06-15perf_counter: x86: Fix call-chain support to use NMI-safe methodsPeter Zijlstra1-10/+39
2009-06-15perf_counter, x86: Fix kernel-space call-chainsIngo Molnar1-13/+9
2009-06-14perf_counter, x86: Fix call-chain walkingIngo Molnar1-2/+4
2009-06-13perf_counter, x86: Update AMD hw caching related event tableJaswinder Singh Rajput1-21/+15
2009-06-13perf_counter, x86: Check old-AMD performance monitoring supportJaswinder Singh Rajput1-0/+4
2009-06-12perf_counter/x86: Add a quirk for Atom processorsYong Wang1-0/+7
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra1-6/+6
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-16/+16
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+12
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-4/+11
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-2/+3
2009-06-10perf_counter/x86: Fix the model number of Intel Core2 processorsYong Wang1-1/+4
2009-06-09perf_counter, x86: Correct some event and umask values for Intel processorsYong Wang1-7/+7
2009-06-08perf_counter, x86: Clean up hw_cache_event ids copiesThomas Gleixner1-6/+3
2009-06-08perf_counter, x86: Implement generalized cache event types, add AMD supportThomas Gleixner1-0/+102
2009-06-08perf_counter: Clean up x86 boot messagesIngo Molnar1-22/+24
2009-06-08perf_counter, x86: Implement generalized cache event types, add Atom supportThomas Gleixner1-1/+84
2009-06-08perf_counter, x86: Implement generalized cache event types, add Core2 supportThomas Gleixner1-1/+84
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar1-8/+193
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-4/+4