Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-flexiantxendom0-natty.git] / kernel / perf_event.c
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-01-07 Stephane Eranianperf_events: Add perf_event_time()
2011-01-07 Stephane Eranianperf_events: Generalize use of event_filter_match()
2011-01-07 Stephane Eranianperf_events: Move code around to prepare for cgroup
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-16 Peter Zijlstraperf: Sysfs enumeration
2010-12-16 Peter Zijlstraperf: Dynamic pmu types
2010-12-16 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-12-16 Dan Carpenterperf: Fix off by one in perf_swevent_init()
2010-12-08 Peter Zijlstraperf: Stop all counters on reboot
2010-12-08 Peter Zijlstraperf: Fix duplicate events with multiple-pmu vs softwar...
2010-12-05 Arnaldo Carvalho... perf events: Make sample_type identity fields available...
2010-12-05 Arnaldo Carvalho... perf events: Separate the routines handling the PERF_SA...
2010-12-05 Thomas Gleixnerperf events: Fix event inherit fallout of precalculated...
2010-11-30 Arnaldo Carvalho... perf events: Precalculate the header space for PERF_SAM...
2010-11-28 Jesper JuhlKill off a bunch of warning: ‘inline’ is not at beginni...
2010-11-26 Peter Zijlstraperf: Ignore non-sampling overflows
2010-11-26 Franck Bui-Huuperf: Don't bother to init the hrtimer for no SW sampli...
2010-11-26 Franck Bui-Huuperf: Limit event refresh to sampling event
2010-11-26 Franck Bui-Huuperf: Introduce is_sampling_event()
2010-11-26 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-11-26 Peter Zijlstraperf: Fix the software context switch counter
2010-11-26 Thomas Gleixnerperf: Fix inherit vs. context rotation bug
2010-11-18 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2010-11-18 Frederic Weisbeckertracing: New flag to allow non privileged users to...
2010-11-18 Peter Zijlstraperf: Fix owner-list vs exit
2010-11-18 Ingo MolnarMerge branch 'perf/urgent' of git://git./linux/kernel...
2010-11-12 Jason Wesselperf,hw_breakpoint: Initialize hardware api earlier
2010-11-10 Stephane Eranianperf_events: Fix time tracking in samples
2010-10-22 Stephane Eranianperf_events: Fix for transaction recovery in group_sche...
2010-10-22 Stephane Eranianperf_events: Revert: Fix transaction recovery in group_...
2010-10-21 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-10-21 Robert RichterMerge commit 'v2.6.36' into oprofile/core
2010-10-18 Peter Zijlstraperf: Optimize sw events
2010-10-18 Peter Zijlstraperf: Use jump_labels to optimize the scheduler hooks
2010-10-18 Peter Zijlstraperf, hw_breakpoint: Fix crash in hw_breakpoint creation
2010-10-18 Peter Zijlstraperf: Find task before event alloc
2010-10-18 Peter Zijlstraperf: Fix task refcount bugs
2010-10-18 Peter Zijlstraperf: Fix group moving
2010-10-18 Peter Zijlstrairq_work: Add generic hardirq context callbacks
2010-10-18 Stephane Eranianperf_events: Fix transaction recovery in group_sched_in()
2010-10-18 Stephane Eranianperf_events: Fix bogus context time tracking
2010-10-15 Robert RichterMerge remote branch 'tip/perf/core' into oprofile/core
2010-10-12 John Blackwoodperf: Fix incorrect copy_from_user() usage
2010-10-11 Robert RichterMerge branch 'oprofile/urgent' (early part) into oprofi...
2010-10-11 Matt Flemingperf: New helper function for pmu name
2010-10-04 Stephane Eranianperf_events: Fix invalid pointer when pid is invalid
2010-09-21 Peter Zijlstraperf: Avoid RCU vs preemption assumptions
2010-09-17 Peter Zijlstraperf: Undo the per cpu-context timer stuff
2010-09-17 Peter Zijlstraperf: Fix perf_event_exit_cpu_context()
2010-09-17 Peter Zijlstraperf: Complete software pmu grouping
2010-09-17 Stephane Eranianperf_events: Fix broken event grouping
2010-09-15 Matt Helsleyperf events: Clean up pid passing
2010-09-15 Matt Helsleyperf events: Split out task search into helper
2010-09-13 Peter Zijlstraperf: Fix free_event()
2010-09-13 Peter Zijlstraperf: Sanitize the RCU logic
2010-09-10 Peter Zijlstraperf: Fix perf_init_event()
2010-09-10 Peter Zijlstraperf: Ensure we call add_event_to_ctx() with the right...
2010-09-09 Peter Zijlstraperf: Fix up delayed_put_task_struct()
2010-09-09 Peter Zijlstraperf: Optimize context ops
2010-09-09 Peter Zijlstraperf: Provide a separate task context for swevents
2010-09-09 Peter Zijlstraperf: Multiple task contexts
2010-09-09 Peter Zijlstraperf: Clean up perf_event_context allocation
2010-09-09 Peter Zijlstraperf: Move some code around
2010-09-09 Peter Zijlstraperf: Per-pmu-per-cpu contexts
2010-09-09 Peter Zijlstraperf: Per cpu-context rotation timer
2010-09-09 Peter Zijlstraperf: Remove the swevent hash-table from the cpu context
2010-09-09 Peter Zijlstraperf: Separate find_get_context() from event initialization
2010-09-09 Peter Zijlstraperf: Remove the sysfs bits
2010-09-09 Peter Zijlstraperf: Rework the PMU methods
2010-09-09 Peter Zijlstraperf: Shrink hw_perf_event
2010-09-09 Peter Zijlstraperf: Default PMU ops
2010-09-09 Peter Zijlstraperf: Per PMU disable
2010-09-09 Peter Zijlstraperf: Reduce perf_disable() usage
2010-09-09 Peter Zijlstraperf: Unindent labels
2010-09-09 Peter Zijlstraperf: Register PMU implementations
2010-09-09 Peter Zijlstraperf: Deconstify struct pmu
2010-09-09 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-09-09 Peter Zijlstraperf: Fix CPU hotplug
2010-08-30 Stephane Eranianperf_events: Fix time tracking for events with pid...
2010-08-19 Ingo MolnarMerge branch 'tip/perf/urgent' of git://git./linux...
2010-08-18 Frederic Weisbeckerperf: Humanize the number of contexts
2010-08-18 Frederic Weisbeckerperf: Fix race in callchains
2010-08-18 Frederic Weisbeckerperf: Factorize callchain context handling
2010-08-18 Frederic Weisbeckerperf: Generalize some arch callchain code
2010-08-06 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-06-18 Ingo MolnarMerge commit 'v2.6.35-rc3' into sched/core
2010-06-09 Ingo MolnarMerge branch 'perf/core' of git://git./linux/kernel...
2010-06-09 Peter Zijlstraperf: Convert perf_event to local_t
2010-06-09 Peter Zijlstraperf: Add perf_event::child_count
2010-06-09 Peter Zijlstraperf: Add perf_event_count()
2010-06-09 Peter Zijlstraperf: Simplify the ring-buffer logic: make perf_buffer_...
2010-06-09 Peter Zijlstraperf: Rename perf_mmap_data to perf_buffer
2010-06-09 Peter Zijlstraperf: Cleanup {start,commit,cancel}_txn details
2010-06-09 Eric B Munsonperf: Add non-exec mmap() tracking
2010-06-09 Peter Zijlstraperf, trace: Remove superfluous rcu_read_lock()
2010-06-09 Peter Zijlstraperf, trace: Inline perf_swevent_put_recursion_context()
2010-06-09 Peter Zijlstrasched_clock: Add local_clock() API and improve document...
2010-06-08 Frederic Weisbeckerperf: Drop the skip argument from perf_arch_fetch_regs_...
2010-06-08 Peter Zijlstraperf: Fix signed comparison in perf_adjust_period()
next