aboutsummaryrefslogtreecommitdiff
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
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
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