aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
Commit message (Expand)AuthorAge
* perfcounters: fix refcounting bug, take 2Paul Mackerras2009-02-11
* perfcounters: fix use after free in perf_release()Mike Galbraith2009-02-11
* perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras2009-02-10
* perf_counters: make software counters work as per-cpu countersPaul Mackerras2009-02-09
* perfcounters: fix refcounting bugMike Galbraith2009-01-29
* perf_counter: Add counter enable/disable ioctlsPaul Mackerras2009-01-17
* perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras2009-01-14
* powerpc/perf_counter: Make sure PMU gets enabled properlyPaul Mackerras2009-01-13
* perf_counter: Always schedule all software counters inPaul Mackerras2009-01-11
* perf_counter: Add dummy perf_counter_print_debug functionPaul Mackerras2009-01-09
* perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras2009-01-09
* perf_counter: Fix the cpu_clock software counterPaul Mackerras2009-01-09
* perf_counter: Fix return value from dummy hw_perf_counter_initPaul Mackerras2009-01-09
* perf_counter: more barrier in blank weak functionYinghai Lu2008-12-27
* perfcounters: generalize the counter schedulerIngo Molnar2008-12-23
* perfcounters: remove ->nr_inheritedIngo Molnar2008-12-23
* perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar2008-12-23
* perfcounters: fix task clock counterIngo Molnar2008-12-23
* perfcounters: hw ops renameIngo Molnar2008-12-23
* perfcounters: tweak group schedulingIngo Molnar2008-12-23
* perfcounters: remove warningsIngo Molnar2008-12-23
* perfcounters: use hw_event.disable flagIngo Molnar2008-12-16
* perfcounters: release CPU context when exiting task countersIngo Molnar2008-12-14
* perfcounters, x86: fix sw counters on non-PMC CPUsIngo Molnar2008-12-14
* perfcounters: add nr-of-faults counterIngo Molnar2008-12-14
* perfcounters: add task migrations counterIngo Molnar2008-12-14
* perfcounters: add context switch counterIngo Molnar2008-12-14
* perfcounters: fix task clock counterIngo Molnar2008-12-14
* perfcounters: implement "counter inheritance"Ingo Molnar2008-12-14
* perfcounters: restructure x86 counter mathIngo Molnar2008-12-14
* perf counters: clean up state transitionsIngo Molnar2008-12-11
* perf counters: add prctl interface to disable/enable countersIngo Molnar2008-12-11
* perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar2008-12-11
* perf counters: consolidate hw_perf save/restore APIsIngo Molnar2008-12-11
* perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar2008-12-11
* perf counters: hw driver APIIngo Molnar2008-12-11
* perf counters: group counter, fixesIngo Molnar2008-12-11
* perf counters: add support for group countersIngo Molnar2008-12-11
* perf counters: restructure the APIIngo Molnar2008-12-11
* perf counters: expand use of counter->eventThomas Gleixner2008-12-11
* perf counters: clean up 'raw' type APIThomas Gleixner2008-12-11
* performance counters: core codeThomas Gleixner2008-12-08