summaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
AgeCommit message (Expand)Author
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras
2009-04-06perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra
2009-04-06perf_counter: sanity check on the output APIPeter Zijlstra
2009-04-06perf_counter: output objectsPeter Zijlstra
2009-04-06perf_counter: more elaborate write APIPeter Zijlstra
2009-04-06perf_counter: fix perf_poll()Peter Zijlstra
2009-04-06perf_counter: new output ABI - part 1Peter Zijlstra
2009-04-06perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras
2009-04-06perf_counter: avoid recursionPeter Zijlstra
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra
2009-04-06perf_counter: unify irq output codePeter Zijlstra
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra
2009-04-06perf_counter: fix up counter free pathsPeter Zijlstra
2009-04-06perf_counter: generic context switch eventPeter Zijlstra
2009-04-06perf_counter: fix uninitialized usage of event_listPeter Zijlstra
2009-04-06perf_counter: abstract wakeup flag setting in core to fix powerpc buildPaul Mackerras
2009-04-06perf_counter: include missing headerTim Blechmann
2009-04-06perf_counter: fix hrtimer samplingPeter Zijlstra
2009-04-06perf_counter: add an event_listPeter Zijlstra
2009-04-06perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra
2009-04-06perf_counter: provide pagefault software eventsPeter Zijlstra
2009-04-06perf_counter: software counter event infrastructurePeter Zijlstra
2009-04-06perf_counter: use list_move_tail()Peter Zijlstra
2009-03-04perfcounters: provide expansion room in the ABIPaul Mackerras
2009-02-26perfcounters: fix a few minor cleanliness issuesPaul Mackerras
2009-02-13perfcounters: make context switch and migration software counters work againPaul Mackerras
2009-02-11perfcounters: fix refcounting bug, take 2Paul Mackerras
2009-02-11perfcounters: fix use after free in perf_release()Mike Galbraith
2009-02-11perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras
2009-02-09perf_counters: make software counters work as per-cpu countersPaul Mackerras
2009-01-29perfcounters: fix refcounting bugMike Galbraith
2009-01-17perf_counter: Add counter enable/disable ioctlsPaul Mackerras
2009-01-14perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras
2009-01-14powerpc/perf_counter: Make sure PMU gets enabled properlyPaul Mackerras
2009-01-12perf_counter: Always schedule all software counters inPaul Mackerras
2009-01-09perf_counter: Add dummy perf_counter_print_debug functionPaul Mackerras
2009-01-09perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras
2009-01-09perf_counter: Fix the cpu_clock software counterPaul Mackerras
2009-01-09perf_counter: Fix return value from dummy hw_perf_counter_initPaul Mackerras
2008-12-27perf_counter: more barrier in blank weak functionYinghai Lu
2008-12-23perfcounters: generalize the counter schedulerIngo Molnar
2008-12-23perfcounters: remove ->nr_inheritedIngo Molnar
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar
2008-12-23perfcounters: fix task clock counterIngo Molnar
2008-12-23perfcounters: hw ops renameIngo Molnar
2008-12-23perfcounters: tweak group schedulingIngo Molnar
2008-12-23perfcounters: remove warningsIngo Molnar