summaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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