summaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
Commit message (Expand)AuthorAgeFilesLines
* perfcounters: provide expansion room in the ABIPaul Mackerras2009-03-041-3/+7
* perfcounters: fix a few minor cleanliness issuesPaul Mackerras2009-02-261-3/+3
* perfcounters: make context switch and migration software counters work againPaul Mackerras2009-02-131-6/+15
* perfcounters: fix refcounting bug, take 2Paul Mackerras2009-02-111-5/+4
* perfcounters: fix use after free in perf_release()Mike Galbraith2009-02-111-1/+1
* perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras2009-02-111-4/+22
* perf_counters: make software counters work as per-cpu countersPaul Mackerras2009-02-091-33/+45
* perfcounters: fix refcounting bugMike Galbraith2009-01-291-1/+2
* perf_counter: Add counter enable/disable ioctlsPaul Mackerras2009-01-171-59/+396
* perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras2009-01-141-72/+154
* powerpc/perf_counter: Make sure PMU gets enabled properlyPaul Mackerras2009-01-141-2/+2
* perf_counter: Always schedule all software counters inPaul Mackerras2009-01-121-3/+30
* perf_counter: Add dummy perf_counter_print_debug functionPaul Mackerras2009-01-091-0/+2
* perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras2009-01-091-5/+26
* perf_counter: Fix the cpu_clock software counterPaul Mackerras2009-01-091-3/+17
* perf_counter: Fix return value from dummy hw_perf_counter_initPaul Mackerras2009-01-091-1/+1
* perf_counter: more barrier in blank weak functionYinghai Lu2008-12-271-2/+2
* perfcounters: generalize the counter schedulerIngo Molnar2008-12-231-78/+142
* perfcounters: remove ->nr_inheritedIngo Molnar2008-12-231-1/+0
* perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar2008-12-231-17/+45
* perfcounters: fix task clock counterIngo Molnar2008-12-231-16/+54
* perfcounters: hw ops renameIngo Molnar2008-12-231-25/+25
* perfcounters: tweak group schedulingIngo Molnar2008-12-231-3/+13
* perfcounters: remove warningsIngo Molnar2008-12-231-8/+0
* perfcounters: use hw_event.disable flagIngo Molnar2008-12-171-0/+3
* perfcounters: release CPU context when exiting task countersIngo Molnar2008-12-141-2/+12
* perfcounters, x86: fix sw counters on non-PMC CPUsIngo Molnar2008-12-141-1/+1
* perfcounters: add nr-of-faults counterIngo Molnar2008-12-141-0/+51
* perfcounters: add task migrations counterIngo Molnar2008-12-141-0/+49
* perfcounters: add context switch counterIngo Molnar2008-12-141-0/+51
* perfcounters: fix task clock counterIngo Molnar2008-12-141-4/+23
* perfcounters: implement "counter inheritance"Ingo Molnar2008-12-141-42/+206
* perfcounters: restructure x86 counter mathIngo Molnar2008-12-141-63/+5
* perf counters: clean up state transitionsIngo Molnar2008-12-111-15/+14
* perf counters: add prctl interface to disable/enable countersIngo Molnar2008-12-111-7/+79
* perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar2008-12-111-0/+22
* perf counters: consolidate hw_perf save/restore APIsIngo Molnar2008-12-111-8/+8
* perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar2008-12-111-13/+82
* perf counters: hw driver APIIngo Molnar2008-12-111-21/+24
* perf counters: group counter, fixesIngo Molnar2008-12-111-19/+20
* perf counters: add support for group countersIngo Molnar2008-12-111-66/+216
* perf counters: restructure the APIIngo Molnar2008-12-111-16/+22
* perf counters: expand use of counter->eventThomas Gleixner2008-12-111-5/+5
* perf counters: clean up 'raw' type APIThomas Gleixner2008-12-111-7/+8
* performance counters: core codeThomas Gleixner2008-12-081-0/+943