aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_event.c
Commit message (Expand)AuthorAge
* perf: Fix throttle logicPeter Zijlstra2011-02-16
* perf: Fix reading in perf_event_read()Peter Zijlstra2011-02-03
* perf: Fix alloc_callchain_buffers()Eric Dumazet2011-01-27
* perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov2011-01-21
* perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra2011-01-21
* perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov2011-01-19
* perf: Fix find_get_context() vs perf_event_exit_task() raceOleg Nesterov2011-01-19
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-18
|\
| * perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-01-18
| * perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-01-18
| * perf: Fix contexted inheritancePeter Zijlstra2011-01-18
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-12-22
| |\
| * | Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-28
* | | perf_events: Add perf_event_time()Stephane Eranian2011-01-07
* | | perf_events: Generalize use of event_filter_match()Stephane Eranian2011-01-07
* | | perf_events: Move code around to prepare for cgroupStephane Eranian2011-01-07
* | | perf: Sysfs enumerationPeter Zijlstra2010-12-16
* | | perf: Dynamic pmu typesPeter Zijlstra2010-12-16
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-16
|\ \ \ | | |/ | |/|
| * | perf: Fix off by one in perf_swevent_init()Dan Carpenter2010-12-16
| * | perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra2010-12-08
* | | perf: Stop all counters on rebootPeter Zijlstra2010-12-08
* | | perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2010-12-04
* | | perf events: Separate the routines handling the PERF_SAMPLE_ identity fieldsArnaldo Carvalho de Melo2010-12-04
* | | perf events: Fix event inherit fallout of precalculated headersThomas Gleixner2010-12-04
* | | perf events: Precalculate the header space for PERF_SAMPLE_ fieldsArnaldo Carvalho de Melo2010-11-30
* | | perf: Ignore non-sampling overflowsPeter Zijlstra2010-11-26
* | | perf: Don't bother to init the hrtimer for no SW sampling countersFranck Bui-Huu2010-11-26
* | | perf: Limit event refresh to sampling eventFranck Bui-Huu2010-11-26
* | | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-26
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-26
|\| |
| * | perf: Fix the software context switch counterPeter Zijlstra2010-11-26
| * | perf: Fix inherit vs. context rotation bugThomas Gleixner2010-11-26
| * | perf: Fix owner-list vs exitPeter Zijlstra2010-11-18
| * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-18
| |\ \
| | * | perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-12
| | |/
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-11-18
|\ \ \ | |/ / |/| |
| * | tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker2010-11-18
| |/
* / perf_events: Fix time tracking in samplesStephane Eranian2010-11-10
|/
* perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian2010-10-22
* perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-22
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-21
|\
| * perf: Optimize sw eventsPeter Zijlstra2010-10-18
| * perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra2010-10-18
| * perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2010-10-18
| * perf: Find task before event allocPeter Zijlstra2010-10-18
| * perf: Fix task refcount bugsPeter Zijlstra2010-10-18
| * perf: Fix group movingPeter Zijlstra2010-10-18
| * irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-18