perf_counter: unify and fix delayed counter wakeup
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / include / linux / perf_counter.h
2009-04-06 Peter Zijlstraperf_counter: unify and fix delayed counter wakeup
2009-04-06 Paul Mackerrasperf_counter: record time running and time enabled...
2009-04-06 Peter Zijlstraperf_counter: optionally provide the pid/tid of the...
2009-04-06 Peter Zijlstraperf_counter: output objects
2009-04-06 Peter Zijlstraperf_counter: fix perf_poll()
2009-04-06 Peter Zijlstraperf_counter: new output ABI - part 1
2009-04-06 Paul Mackerrasperf_counter: add an mmap method to allow userspace...
2009-04-06 Peter Zijlstraperf_counter: avoid recursion
2009-04-06 Peter Zijlstraperf_counter: remove the event config bitfields
2009-04-06 Paul Mackerrasperf_counter: fix type/event_id layout on big-endian...
2009-04-06 Peter Zijlstraperf_counter: unify irq output code
2009-04-06 Peter Zijlstraperf_counter: revamp syscall input ABI
2009-04-06 Peter Zijlstraperf_counter: hook up the tracepoint events
2009-04-06 Peter Zijlstraperf_counter: add an event_list
2009-04-06 Peter Zijlstraperf_counter: hrtimer based sampling for software time...
2009-04-06 Peter Zijlstraperf_counter: provide major/minor page fault software...
2009-04-06 Peter Zijlstraperf_counter: software counter event infrastructure
2009-04-06 Ingo MolnarMerge branch 'linus' into perfcounters/core-v2
2009-03-05 Ingo Molnarperfcounters: fix reserved bits sizing
2009-03-04 Ingo MolnarMerge branch 'rfc' of git://git./linux/kernel/git/paulu...
2009-03-04 Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-04 Paul Mackerrasperfcounters: provide expansion room in the ABI
2009-02-26 Ingo MolnarMerge branch 'master' of git://git./linux/kernel/git...
2009-02-26 Ingo MolnarMerge branch 'x86/core' into perfcounters/core
2009-02-26 Paul Mackerrasperfcounters: fix a few minor cleanliness issues
2009-02-17 Ingo MolnarMerge branch 'x86/apic' into perfcounters/core
2009-02-17 Ingo MolnarMerge branch 'x86/apic' into perfcounters/core
2009-02-13 Paul Mackerrasperfcounters: make context switch and migration softwar...
2009-02-13 Ingo MolnarMerge branch 'x86/core' into perfcounters/core
2009-02-13 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-02-11 Ingo MolnarMerge branch 'master' of git://git./linux/kernel/git...
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-02-11 Paul Mackerrasperf_counters: allow users to count user, kernel and...
2009-01-23 Mike Galbraithperfcounters: ratelimit performance counter interrupts
2009-01-23 Mike Galbraithperfcounters: throttle on too high IRQ rates
2009-01-23 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-23 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-21 Ingo MolnarMerge commit 'v2.6.29-rc2' into perfcounters/core
2009-01-18 Ingo MolnarMerge branch 'core/percpu' into perfcounters/core
2009-01-17 Paul Mackerrasperf_counter: Add counter enable/disable ioctls
2009-01-14 Paul Mackerrasperf_counter: Add support for pinned and exclusive...
2009-01-11 Ingo MolnarMerge branch 'master' of git://git./linux/kernel/git...
2009-01-11 Ingo MolnarMerge commit 'v2.6.29-rc1' into perfcounters/core
2009-01-09 Paul Mackerrasperf_counter: Add optional hw_perf_group_sched_in arch...
2008-12-29 Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-25 Ingo Molnarperfcounters: include asm/perf_counter.h only if CONFIG...
2008-12-23 Ingo Molnarperfcounters: add PERF_COUNT_BUS_CYCLES
2008-12-23 Ingo Molnarperfcounters: remove ->nr_inherited
2008-12-23 Ingo Molnarperfcounters: enable lowlevel pmc code to schedule...
2008-12-23 Ingo Molnarperfcounters: hw ops rename
2008-12-23 Ingo Molnarx86, perfcounters: prepare for fixed-mode PMCs
2008-12-23 Ingo Molnarperfcounters: remove warnings
2008-12-14 Ingo MolnarMerge branch 'linus' into perfcounters/core
2008-12-14 Ingo Molnarperfcounters: add task migrations counter
2008-12-14 Ingo Molnarperfcounters: add context switch counter
2008-12-14 Ingo Molnarperfcounters: implement "counter inheritance"
2008-12-14 Ingo Molnarperfcounters: restructure x86 counter math
2008-12-12 Ingo MolnarMerge branch 'x86/irq' into perfcounters/core
2008-12-11 Ingo Molnarperf counters: clean up state transitions
2008-12-11 Ingo Molnarperf counters: add prctl interface to disable/enable...
2008-12-11 Ingo Molnarperf counters: implement PERF_COUNT_TASK_CLOCK
2008-12-11 Ingo Molnarperf counters: consolidate hw_perf save/restore APIs
2008-12-11 Ingo Molnarperf counters: implement PERF_COUNT_CPU_CLOCK
2008-12-11 Ingo Molnarperf counters: hw driver API
2008-12-11 Ingo Molnarperf counters: add support for group counters
2008-12-11 Ingo Molnarperf counters: restructure the API
2008-12-11 Thomas Gleixnerperf counters: expand use of counter->event
2008-12-11 Thomas Gleixnerperf counters: clean up 'raw' type API
2008-12-11 Thomas Gleixnerperf counters: protect them against CSTATE transitions
2008-12-08 Thomas Gleixnerperformance counters: core code