aboutsummaryrefslogtreecommitdiff
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
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
2008-12-11perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar
2008-12-11perf counters: hw driver APIIngo Molnar
2008-12-11perf counters: group counter, fixesIngo Molnar
2008-12-11perf counters: add support for group countersIngo Molnar
2008-12-11perf counters: restructure the APIIngo Molnar
2008-12-11perf counters: expand use of counter->eventThomas Gleixner
2008-12-11perf counters: clean up 'raw' type APIThomas Gleixner
2008-12-08performance counters: core codeThomas Gleixner