aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-181-11/+12
|\
| * perf: Validate cpu early in perf_event_alloc()Oleg Nesterov2011-01-181-4/+6
| * perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov2011-01-181-1/+1
| * perf: Fix contexted inheritancePeter Zijlstra2011-01-181-6/+5
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-31/+141
| |\
| * | Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-281-1/+1
* | | perf_events: Add perf_event_time()Stephane Eranian2011-01-071-14/+24
* | | perf_events: Generalize use of event_filter_match()Stephane Eranian2011-01-071-8/+8
* | | perf_events: Move code around to prepare for cgroupStephane Eranian2011-01-071-11/+17
* | | perf: Sysfs enumerationPeter Zijlstra2010-12-161-1/+94
* | | perf: Dynamic pmu typesPeter Zijlstra2010-12-161-6/+42
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-161-7/+30
|\ \ \ | | |/ | |/|
| * | 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: Stop all counters on rebootPeter Zijlstra2010-12-081-1/+23
* | | perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2010-12-041-17/+91
* | | perf events: Separate the routines handling the PERF_SAMPLE_ identity fieldsArnaldo Carvalho de Melo2010-12-041-54/+75
* | | perf events: Fix event inherit fallout of precalculated headersThomas Gleixner2010-12-041-0/+5
* | | perf events: Precalculate the header space for PERF_SAMPLE_ fieldsArnaldo Carvalho de Melo2010-11-301-59/+91
* | | perf: Ignore non-sampling overflowsPeter Zijlstra2010-11-261-0/+7
* | | perf: Don't bother to init the hrtimer for no SW sampling countersFranck Bui-Huu2010-11-261-11/+13
* | | perf: Limit event refresh to sampling eventFranck Bui-Huu2010-11-261-1/+1
* | | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-261-5/+5
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-261-16/+77
|\ \ \ | |/ /
| * | 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
| | |/
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-11-181-9/+0
|\ \ \ | |/ / |/| |
| * | tracing: New flag to allow non privileged users to use a trace eventFrederic Weisbecker2010-11-181-9/+0
| |/
* | 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