perf_counter: remove the event config bitfields
[safe/jmp/linux-2.6] / kernel / perf_counter.c
2009-04-06 Peter Zijlstraperf_counter: remove the event config bitfields
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: fix up counter free paths
2009-04-06 Peter Zijlstraperf_counter: generic context switch event
2009-04-06 Peter Zijlstraperf_counter: fix uninitialized usage of event_list
2009-04-06 Paul Mackerrasperf_counter: abstract wakeup flag setting in core...
2009-04-06 Tim Blechmannperf_counter: include missing header
2009-04-06 Peter Zijlstraperf_counter: fix hrtimer sampling
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: provide pagefault software events
2009-04-06 Peter Zijlstraperf_counter: software counter event infrastructure
2009-04-06 Peter Zijlstraperf_counter: use list_move_tail()
2009-03-04 Paul Mackerrasperfcounters: provide expansion room in the ABI
2009-02-26 Paul Mackerrasperfcounters: fix a few minor cleanliness issues
2009-02-13 Paul Mackerrasperfcounters: make context switch and migration softwar...
2009-02-11 Paul Mackerrasperfcounters: fix refcounting bug, take 2
2009-02-11 Mike Galbraithperfcounters: fix use after free in perf_release()
2009-02-11 Paul Mackerrasperf_counters: allow users to count user, kernel and...
2009-02-09 Paul Mackerrasperf_counters: make software counters work as per-cpu...
2009-01-29 Mike Galbraithperfcounters: fix refcounting bug
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-14 Paul Mackerraspowerpc/perf_counter: Make sure PMU gets enabled properly
2009-01-12 Paul Mackerrasperf_counter: Always schedule all software counters in
2009-01-09 Paul Mackerrasperf_counter: Add dummy perf_counter_print_debug function
2009-01-09 Paul Mackerrasperf_counter: Add optional hw_perf_group_sched_in arch...
2009-01-09 Paul Mackerrasperf_counter: Fix the cpu_clock software counter
2009-01-09 Paul Mackerrasperf_counter: Fix return value from dummy hw_perf_count...
2008-12-27 Yinghai Luperf_counter: more barrier in blank weak function
2008-12-23 Ingo Molnarperfcounters: generalize the counter scheduler
2008-12-23 Ingo Molnarperfcounters: remove ->nr_inherited
2008-12-23 Ingo Molnarperfcounters: enable lowlevel pmc code to schedule...
2008-12-23 Ingo Molnarperfcounters: fix task clock counter
2008-12-23 Ingo Molnarperfcounters: hw ops rename
2008-12-23 Ingo Molnarperfcounters: tweak group scheduling
2008-12-23 Ingo Molnarperfcounters: remove warnings
2008-12-17 Ingo Molnarperfcounters: use hw_event.disable flag
2008-12-14 Ingo Molnarperfcounters: release CPU context when exiting task...
2008-12-14 Ingo Molnarperfcounters, x86: fix sw counters on non-PMC CPUs
2008-12-14 Ingo Molnarperfcounters: add nr-of-faults counter
2008-12-14 Ingo Molnarperfcounters: add task migrations counter
2008-12-14 Ingo Molnarperfcounters: add context switch counter
2008-12-14 Ingo Molnarperfcounters: fix task clock counter
2008-12-14 Ingo Molnarperfcounters: implement "counter inheritance"
2008-12-14 Ingo Molnarperfcounters: restructure x86 counter math
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: group counter, fixes
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-08 Thomas Gleixnerperformance counters: core code