summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/perf_counter.c
AgeCommit message (Expand)Author
2009-04-29perf_counter, x86: remove ack_status() from struct x86_pmuRobert Richter
2009-04-29perf_counter, x86: remove get_status() from struct x86_pmuRobert Richter
2009-04-29perf_counter, x86: make interrupt handler model specificRobert Richter
2009-04-29perf_counter, x86: rename struct pmc_x86_ops into struct x86_pmuRobert Richter
2009-04-29perfcounters: rename struct hw_perf_counter_ops into struct pmuRobert Richter
2009-04-29perf_counter, x86: protect per-cpu variables with compile barriers onlyRobert Richter
2009-04-29perf_counter, x86: rework pmc_amd_save_disable_all() and pmc_amd_restore_all()Robert Richter
2009-04-29perf_counter, x86: add default path to cpu detectionRobert Richter
2009-04-29perf_counter, x86: remove X86_FEATURE_ARCH_PERFMON flag for AMD cpusRobert Richter
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra
2009-04-07perf_counter: x86: self-IPI for pending workPeter Zijlstra
2009-04-06perf_counter: add more context informationPeter Zijlstra
2009-04-06perf_counter: pmc arbitrationPeter Zijlstra
2009-04-06perf_counter: x86: callchain supportPeter Zijlstra
2009-04-06perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()Peter Zijlstra
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra
2009-04-06perf_counter: unify irq output codePeter Zijlstra
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra
2009-04-06perf_counter: fix crash on perfmon v1 systemsIngo Molnar
2009-04-06perf_counter: x86: use ULL postfix for 64bit constantsPeter Zijlstra
2009-04-06perf_counter: add comment to barrierPeter Zijlstra
2009-04-06perf_counter: x86: fix 32-bit irq_period assumptionPeter Zijlstra
2009-03-08x86: perf_counter cleanupJaswinder Singh Rajput
2009-03-08x86: perf_counter cleanupPeter Zijlstra
2009-03-05perfcounters: IRQ and NMI support on AMD CPUs, fixPeter Zijlstra
2009-03-05perfcounters: IRQ and NMI support on AMD CPUsPeter Zijlstra
2009-03-02x86: use pr_info in perf_counter.cJaswinder Singh Rajput
2009-03-02x86: decent declarations in perf_counter.cJaswinder Singh Rajput
2009-02-28x86: AMD Support for perf_counterJaswinder Singh Rajput
2009-02-28x86: prepare perf_counter to add more cpusJaswinder Singh Rajput
2009-02-11perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras
2009-02-09perf_counters: account NMI interruptsMike Galbraith
2009-02-04perfcounters: fix "perf counters kill oprofile" bugMike Galbraith
2009-01-23perfcounters fix section mismatch warning in perf_counter.c::perf_counters_la...Mike Galbraith
2009-01-23perfcounters: ratelimit performance counter interruptsMike Galbraith
2009-01-23perfcounters: throttle on too high IRQ ratesMike Galbraith
2008-12-27x86: perf_counter remove unwanted hw_perf_enable_allJaswinder Singh Rajput
2008-12-23x86, perfcounters: add support for fixed-function pmcsIngo Molnar
2008-12-23perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar
2008-12-23x86, perfcounters: print out the ->used bitmaskIngo Molnar
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar
2008-12-23perfcounters: hw ops renameIngo Molnar
2008-12-23x86, perfcounters: refactor code for fixed-function PMCsIngo Molnar
2008-12-23perfcounters: add fixed-mode PMC enumerationIngo Molnar
2008-12-23x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar
2008-12-23perfcounters: remove warningsIngo Molnar
2008-12-19x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events shou...Jaswinder Singh