index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
perf_event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix racy use of anon_inode_getfd() in perf_event.c
Al Viro
2010-05-27
1
-18
/
+22
*
perf: Optimize perf_tp_event_match()
Peter Zijlstra
2010-05-21
1
-1
/
+4
*
perf: Remove more code from the fastpath
Peter Zijlstra
2010-05-21
1
-16
/
+4
*
perf: Optimize the !vmalloc backed buffer
Peter Zijlstra
2010-05-21
1
-15
/
+26
*
perf: Optimize perf_output_copy()
Peter Zijlstra
2010-05-21
1
-28
/
+26
*
perf: Fix wakeup storm for RO mmap()s
Peter Zijlstra
2010-05-21
1
-2
/
+2
*
perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers
Peter Zijlstra
2010-05-21
1
-0
/
+19
*
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
2010-05-21
1
-46
/
+48
*
perf: Fix forgotten preempt_enable by nested writers
Frederic Weisbecker
2010-05-20
1
-1
/
+2
*
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2010-05-20
1
-12
/
+46
|
\
|
*
perf: Comply with new rcu checks API
Frederic Weisbecker
2010-05-20
1
-12
/
+46
*
|
perf: Optimize perf_output_*() by avoiding local_xchg()
Peter Zijlstra
2010-05-18
1
-1
/
+2
*
|
perf: Optimize the hotpath by converting the perf output buffer to local_t
Peter Zijlstra
2010-05-18
1
-15
/
+15
*
|
perf: Optimize the perf_output() path by removing IRQ-disables
Peter Zijlstra
2010-05-18
1
-66
/
+28
*
|
perf: Disallow mmap() on per-task inherited events
Peter Zijlstra
2010-05-18
1
-0
/
+8
*
|
perf: Optimize buffer placement by allocating buffers NUMA aware
Peter Zijlstra
2010-05-18
1
-2
/
+15
*
|
perf: Fix errors path in perf_output_begin()
Stephane Eranian
2010-05-18
1
-1
/
+1
*
|
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
2010-05-18
1
-5
/
+10
|
/
*
perf: Fix exit() vs event-groups
Peter Zijlstra
2010-05-11
1
-13
/
+13
*
perf: Fix exit() vs PERF_FORMAT_GROUP
Peter Zijlstra
2010-05-11
1
-3
/
+16
*
Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"
Ingo Molnar
2010-05-11
1
-5
/
+0
*
perf_event: Make software events work again
Paul Mackerras
2010-05-08
1
-6
/
+6
*
perf: Add group scheduling transactional APIs
Lin Ming
2010-05-07
1
-13
/
+20
*
perf: Annotate perf_event_read_group() vs perf_event_release_kernel()
Peter Zijlstra
2010-05-07
1
-2
/
+14
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-05-07
1
-1
/
+6
|
\
|
*
perf: Fix exit() vs PERF_FORMAT_GROUP
Peter Zijlstra
2010-05-07
1
-0
/
+5
|
*
perf: Fix resource leak in failure path of perf_event_open()
Tejun Heo
2010-05-01
1
-1
/
+1
*
|
perf: Enhance perf to allow for guest statistic collection from host
Zhang, Yanmin
2010-04-19
1
-1
/
+22
*
|
perf: Fix hlist related build error
Frederic Weisbecker
2010-04-15
1
-30
/
+30
*
|
perf: Make clock software events consistent with general exclusion rules
Frederic Weisbecker
2010-04-14
1
-8
/
+1
*
|
perf: Store active software events in a hashlist
Frederic Weisbecker
2010-04-14
1
-63
/
+183
*
|
Merge branch 'linus' into perf/core
Ingo Molnar
2010-04-08
1
-0
/
+1
|
\
|
|
*
Merge branch 'master' into export-slabh
Tejun Heo
2010-04-05
1
-8
/
+14
|
|
\
|
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
|
perf_event: Make perf fd non seekable
Arnd Bergmann
2010-04-04
1
-0
/
+1
*
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-04-03
1
-2
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
perf: Always build the stub perf_arch_fetch_caller_regs version
Frederic Weisbecker
2010-04-03
1
-2
/
+1
*
|
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-04-02
1
-6
/
+13
|
\
|
|
|
*
|
perf: Fix 'perf sched record' deadlock
Mike Galbraith
2010-04-02
1
-3
/
+12
|
*
|
perf: Use hot regs with software sched switch/migrate events
Frederic Weisbecker
2010-04-01
1
-3
/
+1
|
|
/
|
*
perf: Fix unexported generic perf_arch_fetch_caller_regs
Frederic Weisbecker
2010-03-17
1
-0
/
+2
*
|
perf: Fix unexported generic perf_arch_fetch_caller_regs
Frederic Weisbecker
2010-03-16
1
-0
/
+2
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-03-12
1
-9
/
+21
|
\
|
|
*
perf_event: Fix oops triggered by cpu offline/online
Paul Mackerras
2010-03-11
1
-1
/
+12
|
*
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
2010-03-10
1
-2
/
+2
|
*
perf: Take a hot regs snapshot for trace events
Frederic Weisbecker
2010-03-10
1
-6
/
+2
|
*
perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot
Frederic Weisbecker
2010-03-10
1
-0
/
+5
*
|
perf_events: Improve task_sched_in()
eranian@google.com
2010-03-11
1
-0
/
+4
|
/
*
perf: Provide better condition for event rotation
Peter Zijlstra
2010-03-10
1
-6
/
+15
*
perf: Optimize perf_disable
Peter Zijlstra
2010-03-10
1
-13
/
+3
[next]