summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: Add counter enable/disable ioctlsPaul Mackerras2009-01-171-2/+19
* perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras2009-01-141-1/+14
* perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras2009-01-091-0/+3
* perfcounters: include asm/perf_counter.h only if CONFIG_PERF_COUNTERS=yIngo Molnar2008-12-251-1/+4
* perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar2008-12-231-2/+3
* perfcounters: remove ->nr_inheritedIngo Molnar2008-12-231-1/+0
* perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar2008-12-231-1/+1
* perfcounters: hw ops renameIngo Molnar2008-12-231-3/+3
* x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar2008-12-231-0/+1
* perfcounters: remove warningsIngo Molnar2008-12-231-4/+0
* perfcounters: add task migrations counterIngo Molnar2008-12-141-3/+5
* perfcounters: add context switch counterIngo Molnar2008-12-141-2/+2
* perfcounters: implement "counter inheritance"Ingo Molnar2008-12-141-6/+18
* perfcounters: restructure x86 counter mathIngo Molnar2008-12-141-8/+7
* perf counters: clean up state transitionsIngo Molnar2008-12-111-1/+10
* perf counters: add prctl interface to disable/enable countersIngo Molnar2008-12-111-0/+4
* perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar2008-12-111-2/+5
* perf counters: consolidate hw_perf save/restore APIsIngo Molnar2008-12-111-5/+5
* perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar2008-12-111-3/+6
* perf counters: hw driver APIIngo Molnar2008-12-111-0/+15
* perf counters: add support for group countersIngo Molnar2008-12-111-2/+6
* perf counters: restructure the APIIngo Molnar2008-12-111-36/+62
* perf counters: expand use of counter->eventThomas Gleixner2008-12-111-3/+1
* perf counters: clean up 'raw' type APIThomas Gleixner2008-12-111-0/+7
* perf counters: protect them against CSTATE transitionsThomas Gleixner2008-12-111-0/+4
* performance counters: core codeThomas Gleixner2008-12-081-0/+171