perf_counter: Ammend cleanup in fork() fail
[safe/jmp/linux-2.6] / include / linux / perf_counter.h
2009-05-29 Peter Zijlstraperf_counter: Ammend cleanup in fork() fail
2009-05-28 Paul Mackerrasperf_counter: Fix race in attaching counters to tasks...
2009-05-28 Ingo Molnarperf_counter: Fix perf_counter_init_task() on !CONFIG_P...
2009-05-25 Ingo Molnarperf_counter: fix warning & lockup
2009-05-25 Peter Zijlstraperf_counter: Generic per counter interrupt throttle
2009-05-25 Peter Zijlstraperf_counter: x86: Remove interrupt throttle
2009-05-25 Peter Zijlstraperf_counter: Propagate inheritance failures down the...
2009-05-25 Peter Zijlstraperf_counter: Remove unused ABI bits
2009-05-24 Peter Zijlstraperf_counter: Remove perf_counter_context::nr_enabled
2009-05-24 Peter Zijlstraperf_counter: Change pctrl() behaviour
2009-05-23 Peter Zijlstraperf_counter: Sanitize counter->mutex
2009-05-23 Peter Zijlstraperf_counter: Fix dynamic irq_period logging
2009-05-22 Ingo Molnarperf_counter: fix !PERF_COUNTERS build failure
2009-05-22 Paul Mackerrasperf_counter: Optimize context switch between identical...
2009-05-22 Paul Mackerrasperf_counter: Dynamically allocate tasks' perf_counter_...
2009-05-20 Peter Zijlstraperf_counter: Log irq_period changes
2009-05-20 Peter Zijlstraperf_counter: Solve the rotate_ctx vs inherit race...
2009-05-19 Ingo Molnarperf_counter: fix counter inheritance race
2009-05-15 Paul Mackerrasperf_counter: allow arch to supply event misc flags...
2009-05-15 Peter Zijlstraperf_counter: frequency based adaptive irq_period
2009-05-15 Peter Zijlstraperf_counter: Rework the perf counter disable/enable
2009-05-08 Peter Zijlstraperf_counter: add PERF_RECORD_CPU
2009-05-08 Peter Zijlstraperf_counter: add PERF_RECORD_CONFIG
2009-05-08 Peter Zijlstraperf_counter: rework ioctl()s
2009-05-05 Peter Zijlstraperf_counter: provide an mlock threshold
2009-05-05 Peter Zijlstraperf_counter: add ioctl(PERF_COUNTER_IOC_RESET)
2009-05-05 Peter Zijlstraperf_counter: uncouple data_head updates from wakeups
2009-05-04 Ingo Molnarperf_counter: initialize the per-cpu context earlier
2009-05-01 Peter Zijlstraperf_counter: fix race in perf_output_*
2009-04-29 Robert Richterperf_counter, x86: consistent use of type int for count...
2009-04-29 Robert Richterperfcounters: rename struct hw_perf_counter_ops into...
2009-04-29 Robert Richterperf_counter, x86: declare perf_max_counters only for...
2009-04-09 Peter Zijlstraperf_counter: sysctl for system wide perf counters
2009-04-08 Peter Zijlstraperf_counter: allow for data addresses to be recorded
2009-04-08 Peter Zijlstraperf_counter: move PERF_RECORD_TIME
2009-04-08 Peter Zijlstraperf_counter: track task-comm data
2009-04-08 Peter Zijlstraperf_counter: add some comments
2009-04-08 Peter Zijlstraperf_counter: use misc field to widen type
2009-04-08 Peter Zijlstraperf_counter: provide misc bits in the event header
2009-04-07 Peter Zijlstraperf_counter: rework context time
2009-04-07 Peter Zijlstraperf_counter: change event definition
2009-04-07 Peter Zijlstraperf_counter: comment the perf_event_type stuff
2009-04-07 Peter Zijlstraperf_counter: counter overflow limit
2009-04-07 Peter Zijlstraperf_counter: PERF_RECORD_TIME
2009-04-07 Peter Zijlstraperf_counter: theres more to overflow than writing...
2009-04-07 Peter Zijlstraperf_counter: generalize pending infrastructure
2009-04-07 Peter Zijlstraperf_counter: SIGIO support
2009-04-07 Peter Zijlstraperf_counter: add more context information
2009-04-07 Peter Zijlstraperf_counter: update mmap() counter read, take 2
2009-04-06 Peter Zijlstraperf_counter: update mmap() counter read
2009-04-06 Peter Zijlstraperf_counter: add more context information
2009-04-06 Peter Zijlstraperf_counter: per event wakeups
2009-04-06 Peter Zijlstraperf_counter: move the event overflow output bits to...
2009-04-06 Peter Zijlstraperf_counter: provide generic callchain bits
2009-04-06 Peter Zijlstraperf_counter: re-arrange the perf_event_type
2009-04-06 Peter Zijlstraperf_counter: executable mmap() information
2009-04-06 Peter Zijlstraperf_counter: fix update_userpage()
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-03-05 Ingo Molnarperfcounters: fix reserved bits sizing
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 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-17 Paul Mackerrasperf_counter: Add counter enable/disable ioctls
2009-01-14 Paul Mackerrasperf_counter: Add support for pinned and exclusive...
2009-01-09 Paul Mackerrasperf_counter: Add optional hw_perf_group_sched_in arch...
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 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-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
next