summaryrefslogtreecommitdiffstats
path: root/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-02-171-4/+6
* perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-02-171-1/+1
* perf: Fix alloc_callchain_buffers()Eric Dumazet2011-02-171-2/+1
* perf: Fix off by one in perf_swevent_init()Dan Carpenter2010-12-161-1/+1
* perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra2010-12-081-6/+29
* perf: Fix the software context switch counterPeter Zijlstra2010-11-261-2/+0
* perf: Fix inherit vs. context rotation bugThomas Gleixner2010-11-261-2/+20
* perf: Fix owner-list vs exitPeter Zijlstra2010-11-181-12/+51
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-181-0/+6
|\
| * perf,hw_breakpoint: Initialize hardware api earlierJason Wessel2010-11-121-0/+6
* | perf_events: Fix time tracking in samplesStephane Eranian2010-11-101-8/+34
|/
* perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian2010-10-221-2/+20
* perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-221-63/+13
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-1075/+1517
|\
| * perf: Optimize sw eventsPeter Zijlstra2010-10-181-2/+2
| * perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra2010-10-181-15/+9
| * perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2010-10-181-5/+18
| * perf: Find task before event allocPeter Zijlstra2010-10-181-11/+12
| * perf: Fix task refcount bugsPeter Zijlstra2010-10-181-3/+4
| * perf: Fix group movingPeter Zijlstra2010-10-181-1/+6
| * irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-99/+5
| * perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-181-13/+63
| * perf_events: Fix bogus context time trackingStephane Eranian2010-10-181-1/+7
| * Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2010-10-151-948/+1409
| |\
| | * perf_events: Fix invalid pointer when pid is invalidStephane Eranian2010-10-041-1/+6
| | * perf: Avoid RCU vs preemption assumptionsPeter Zijlstra2010-09-211-6/+12
| | * perf: Undo the per cpu-context timer stuffPeter Zijlstra2010-09-171-30/+49
| | * perf: Fix perf_event_exit_cpu_context()Peter Zijlstra2010-09-171-2/+1
| | * perf: Complete software pmu groupingPeter Zijlstra2010-09-171-5/+60
| | * perf_events: Fix broken event groupingStephane Eranian2010-09-171-8/+7
| | * perf events: Clean up pid passingMatt Helsley2010-09-151-11/+10
| | * perf events: Split out task search into helperMatt Helsley2010-09-151-23/+40
| | * perf: Fix free_event()Peter Zijlstra2010-09-131-1/+3
| | * perf: Sanitize the RCU logicPeter Zijlstra2010-09-131-8/+9
| | * perf: Fix perf_init_event()Peter Zijlstra2010-09-101-2/+5
| | * perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra2010-09-101-0/+3
| | * perf: Fix up delayed_put_task_struct()Peter Zijlstra2010-09-091-0/+8
| | * perf: Optimize context opsPeter Zijlstra2010-09-091-0/+6
| | * perf: Provide a separate task context for sweventsPeter Zijlstra2010-09-091-11/+29
| | * perf: Multiple task contextsPeter Zijlstra2010-09-091-105/+231
| | * perf: Clean up perf_event_context allocationPeter Zijlstra2010-09-091-15/+26
| | * perf: Move some code aroundPeter Zijlstra2010-09-091-100/+100
| | * perf: Per-pmu-per-cpu contextsPeter Zijlstra2010-09-091-68/+110
| | * perf: Per cpu-context rotation timerPeter Zijlstra2010-09-091-17/+63
| | * perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra2010-09-091-46/+58
| | * perf: Separate find_get_context() from event initializationPeter Zijlstra2010-09-091-38/+35
| | * perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-124/+0
| | * perf: Rework the PMU methodsPeter Zijlstra2010-09-091-68/+72
| | * perf: Shrink hw_perf_eventPeter Zijlstra2010-09-091-7/+6
| | * perf: Default PMU opsPeter Zijlstra2010-09-091-12/+52