summaryrefslogtreecommitdiff
path: root/include/linux/perf_counter.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-25perfcounters: include asm/perf_counter.h only if CONFIG_PERF_COUNTERS=yIngo Molnar1-1/+4
2008-12-23perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar1-2/+3
2008-12-23perfcounters: remove ->nr_inheritedIngo Molnar1-1/+0
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar1-1/+1
2008-12-23perfcounters: hw ops renameIngo Molnar1-3/+3
2008-12-23x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar1-0/+1
2008-12-23perfcounters: remove warningsIngo Molnar1-4/+0
2008-12-14perfcounters: add task migrations counterIngo Molnar1-3/+5
2008-12-14perfcounters: add context switch counterIngo Molnar1-2/+2
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar1-6/+18
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar1-8/+7
2008-12-11perf counters: clean up state transitionsIngo Molnar1-1/+10
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar1-0/+4
2008-12-11perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar1-2/+5
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar1-5/+5
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar1-3/+6
2008-12-11perf counters: hw driver APIIngo Molnar1-0/+15
2008-12-11perf counters: add support for group countersIngo Molnar1-2/+6
2008-12-11perf counters: restructure the APIIngo Molnar1-36/+62
2008-12-11perf counters: expand use of counter->eventThomas Gleixner1-3/+1
2008-12-11perf counters: clean up 'raw' type APIThomas Gleixner1-0/+7
2008-12-11perf counters: protect them against CSTATE transitionsThomas Gleixner1-0/+4
2008-12-08performance counters: core codeThomas Gleixner1-0/+171