aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix cgroup vs jump_label problemPeter Zijlstra2011-03-041-13/+13
* perf cgroup: Clean up perf_cgroup_create()Li Zefan2011-03-041-10/+1
* perf cgroup: Fix unmatched call to perf_detach_cgroup()Li Zefan2011-03-041-3/+3
* perf cgroup: Fix leak of file reference countLi Zefan2011-03-041-2/+5
* perf: Fix the missing event initialization when pmu is found in idrLin Ming2011-03-041-2/+7
* perf: Simplify task_clock_event_read()Peter Zijlstra2011-02-231-10/+3
* perf_events: Fix rcu and locking issues with cgroup supportStephane Eranian2011-02-231-11/+29
* perf: Optimize hrtimer eventsPeter Zijlstra2011-02-161-3/+32
* perf: Optimize throttling codePeter Zijlstra2011-02-161-19/+24
* perf: Add cgroup supportStephane Eranian2011-02-161-35/+603
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-02-161-4/+15
|\
| * perf: Fix throttle logicPeter Zijlstra2011-02-161-4/+15
* | Merge branch 'linus' into perf/coreIngo Molnar2011-02-071-5/+5
|\ \ | |/
| * perf: Fix reading in perf_event_read()Peter Zijlstra2011-02-031-3/+4
| * perf: Fix alloc_callchain_buffers()Eric Dumazet2011-01-271-2/+1
* | perf: Cure task_oncpu_function_call() racesPeter Zijlstra2011-02-031-92/+168
|/
* perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov2011-01-211-1/+1
* perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra2011-01-211-0/+3
* perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov2011-01-191-5/+4
* perf: Fix find_get_context() vs perf_event_exit_task() raceOleg Nesterov2011-01-191-14/+20
* 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
| | |/