index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
perf_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-23
perf: Better fit max unprivileged mlock pages for tools needs
Frederic Weisbecker
1
-1
/
+2
2011-03-23
perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()
Stephane Eranian
1
-1
/
+11
2011-03-16
perf: Fix tear-down of inherited group events
Peter Zijlstra
1
-5
/
+8
2011-03-16
perf: Handle stopped state with tracepoints
Frederic Weisbecker
1
-0
/
+2
2011-03-16
perf: Fix the software events state check
Frederic Weisbecker
1
-1
/
+1
2011-03-04
perf: Fix cgroup vs jump_label problem
Peter Zijlstra
1
-13
/
+13
2011-03-04
perf cgroup: Clean up perf_cgroup_create()
Li Zefan
1
-10
/
+1
2011-03-04
perf cgroup: Fix unmatched call to perf_detach_cgroup()
Li Zefan
1
-3
/
+3
2011-03-04
perf cgroup: Fix leak of file reference count
Li Zefan
1
-2
/
+5
2011-03-04
perf: Fix the missing event initialization when pmu is found in idr
Lin Ming
1
-2
/
+7
2011-02-23
perf: Simplify task_clock_event_read()
Peter Zijlstra
1
-10
/
+3
2011-02-23
perf_events: Fix rcu and locking issues with cgroup support
Stephane Eranian
1
-11
/
+29
2011-02-16
perf: Optimize hrtimer events
Peter Zijlstra
1
-3
/
+32
2011-02-16
perf: Optimize throttling code
Peter Zijlstra
1
-19
/
+24
2011-02-16
perf: Add cgroup support
Stephane Eranian
1
-35
/
+603
2011-02-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-4
/
+15
2011-02-16
perf: Fix throttle logic
Peter Zijlstra
1
-4
/
+15
2011-02-07
Merge branch 'linus' into perf/core
Ingo Molnar
1
-5
/
+5
2011-02-03
perf: Fix reading in perf_event_read()
Peter Zijlstra
1
-3
/
+4
2011-02-03
perf: Cure task_oncpu_function_call() races
Peter Zijlstra
1
-92
/
+168
2011-01-27
perf: Fix alloc_callchain_buffers()
Eric Dumazet
1
-2
/
+1
2011-01-21
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
Oleg Nesterov
1
-1
/
+1
2011-01-21
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
Peter Zijlstra
1
-0
/
+3
2011-01-19
perf: Fix perf_event_init_task()/perf_event_free_task() interaction
Oleg Nesterov
1
-5
/
+4
2011-01-19
perf: Fix find_get_context() vs perf_event_exit_task() race
Oleg Nesterov
1
-14
/
+20
2011-01-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+12
2011-01-18
perf: Validate cpu early in perf_event_alloc()
Oleg Nesterov
1
-4
/
+6
2011-01-18
perf: Find_get_context: fix the per-cpu-counter check
Oleg Nesterov
1
-1
/
+1
2011-01-18
perf: Fix contexted inheritance
Peter Zijlstra
1
-6
/
+5
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-07
perf_events: Add perf_event_time()
Stephane Eranian
1
-14
/
+24
2011-01-07
perf_events: Generalize use of event_filter_match()
Stephane Eranian
1
-8
/
+8
2011-01-07
perf_events: Move code around to prepare for cgroup
Stephane Eranian
1
-11
/
+17
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-31
/
+141
2010-12-16
perf: Sysfs enumeration
Peter Zijlstra
1
-1
/
+94
2010-12-16
perf: Dynamic pmu types
Peter Zijlstra
1
-6
/
+42
2010-12-16
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-7
/
+30
2010-12-16
perf: Fix off by one in perf_swevent_init()
Dan Carpenter
1
-1
/
+1
2010-12-08
perf: Stop all counters on reboot
Peter Zijlstra
1
-1
/
+23
2010-12-08
perf: Fix duplicate events with multiple-pmu vs software events
Peter Zijlstra
1
-6
/
+29
2010-12-04
perf events: Make sample_type identity fields available in all PERF_RECORD_ e...
Arnaldo Carvalho de Melo
1
-17
/
+91
2010-12-04
perf events: Separate the routines handling the PERF_SAMPLE_ identity fields
Arnaldo Carvalho de Melo
1
-54
/
+75
2010-12-04
perf events: Fix event inherit fallout of precalculated headers
Thomas Gleixner
1
-0
/
+5
2010-11-30
perf events: Precalculate the header space for PERF_SAMPLE_ fields
Arnaldo Carvalho de Melo
1
-59
/
+91
2010-11-28
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
Jesper Juhl
1
-1
/
+1
2010-11-26
perf: Ignore non-sampling overflows
Peter Zijlstra
1
-0
/
+7
2010-11-26
perf: Don't bother to init the hrtimer for no SW sampling counters
Franck Bui-Huu
1
-11
/
+13
2010-11-26
perf: Limit event refresh to sampling event
Franck Bui-Huu
1
-1
/
+1
2010-11-26
perf: Introduce is_sampling_event()
Franck Bui-Huu
1
-5
/
+5
2010-11-26
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-16
/
+77
[next]