aboutsummaryrefslogtreecommitdiff
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
2009-04-06perf_counter: unify irq output codePeter Zijlstra
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra
2009-04-06perf_counter: fix up counter free pathsPeter Zijlstra
2009-04-06perf_counter: generic context switch eventPeter Zijlstra
2009-04-06perf_counter: fix uninitialized usage of event_listPeter Zijlstra
2009-04-06perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras
2009-04-06perf_counter: include missing headerTim Blechmann
2009-04-06perf_counter: fix hrtimer samplingPeter Zijlstra
2009-04-06perf_counter: add an event_listPeter Zijlstra
2009-04-06perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra
2009-04-06perf_counter: provide pagefault software eventsPeter Zijlstra
2009-04-06perf_counter: software counter event infrastructurePeter Zijlstra
2009-04-06perf_counter: use list_move_tail()Peter Zijlstra
2009-03-04perfcounters: provide expansion room in the ABIPaul Mackerras
2009-02-26perfcounters: fix a few minor cleanliness issuesPaul Mackerras
2009-02-13perfcounters: make context switch and migration software counters work againPaul Mackerras
2009-02-11perfcounters: fix refcounting bug, take 2Paul Mackerras
2009-02-11perfcounters: fix use after free in perf_release()Mike Galbraith
2009-02-11perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras
2009-02-09perf_counters: make software counters work as per-cpu countersPaul Mackerras
2009-01-29perfcounters: fix refcounting bugMike Galbraith
2009-01-17perf_counter: Add counter enable/disable ioctlsPaul Mackerras
2009-01-14perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras
2009-01-14powerpc/perf_counter: Make sure PMU gets enabled properlyPaul Mackerras
2009-01-12perf_counter: Always schedule all software counters inPaul Mackerras
2009-01-09perf_counter: Add dummy perf_counter_print_debug functionPaul Mackerras
2009-01-09perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras
2009-01-09perf_counter: Fix the cpu_clock software counterPaul Mackerras
2009-01-09perf_counter: Fix return value from dummy hw_perf_counter_initPaul Mackerras
2008-12-27perf_counter: more barrier in blank weak functionYinghai Lu
2008-12-23perfcounters: generalize the counter schedulerIngo Molnar
2008-12-23perfcounters: remove ->nr_inheritedIngo Molnar
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar
2008-12-23perfcounters: fix task clock counterIngo Molnar
2008-12-23perfcounters: hw ops renameIngo Molnar
2008-12-23perfcounters: tweak group schedulingIngo Molnar
2008-12-23perfcounters: remove warningsIngo Molnar
2008-12-17perfcounters: use hw_event.disable flagIngo Molnar
2008-12-14perfcounters: release CPU context when exiting task countersIngo Molnar
2008-12-14perfcounters, x86: fix sw counters on non-PMC CPUsIngo Molnar
2008-12-14perfcounters: add nr-of-faults counterIngo Molnar
2008-12-14perfcounters: add task migrations counterIngo Molnar
2008-12-14perfcounters: add context switch counterIngo Molnar
2008-12-14perfcounters: fix task clock counterIngo Molnar
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar
2008-12-11perf counters: clean up state transitionsIngo Molnar
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar