index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
perf_event.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-24
/
+31
2010-02-26
perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()
Peter Zijlstra
1
-1
/
+1
2010-02-26
perf_events: Add new start/stop PMU callbacks
Stephane Eranian
1
-0
/
+2
2010-02-04
perf_events, x86: Fix bug in hw_perf_enable()
Stephane Eranian
1
-0
/
+2
2010-02-04
perf: Make bp_len type to u64 generic across the arch
Mahesh Salgaonkar
1
-4
/
+2
2010-01-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-3
/
+8
2010-01-29
perf, x86: Clean up event constraints code a bit
Ingo Molnar
1
-13
/
+11
2010-01-27
perf: Reimplement frequency driven sampling
Peter Zijlstra
1
-3
/
+2
2010-01-21
perf: Change the is_software_event() definition
Peter Zijlstra
1
-3
/
+8
2010-01-16
perf: Export software-only event group characteristic as a flag
Frederic Weisbecker
1
-0
/
+5
2010-01-16
perf/core: Split context's event group list into pinned and non-pinned lists
Frederic Weisbecker
1
-1
/
+2
2009-12-28
perf events: Remove CONFIG_EVENT_PROFILE
Li Zefan
1
-1
/
+1
2009-12-28
perf events: Remove arg from perf sched hooks
Peter Zijlstra
1
-6
/
+6
2009-12-16
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+3
2009-12-15
perf_events: Fix perf_event_attr layout
Peter Zijlstra
1
-9
/
+3
2009-12-15
perf_event: Convert to raw_spinlock
Thomas Gleixner
1
-1
/
+1
2009-12-09
hw-breakpoints: Modify breakpoints without unregistering them
Frederic Weisbecker
1
-1
/
+4
2009-12-08
perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user space
Arnd Bergmann
1
-4
/
+4
2009-12-06
perf: Remove the "event" callback from perf events
Frederic Weisbecker
1
-3
/
+0
2009-12-06
hw-breakpoints: Use overflow handler instead of the event callback
Frederic Weisbecker
1
-6
/
+7
2009-12-06
perf: Remove unused struct perf_event::event_callback
Frederic Weisbecker
1
-2
/
+0
2009-12-06
perf: Remove pointless union that wraps the hw breakpoint fields
Frederic Weisbecker
1
-8
/
+6
2009-12-06
hw-breakpoints: Add two reserved fields for future extensions
Frederic Weisbecker
1
-0
/
+2
2009-11-23
perf_events: Undo some recursion damage
Peter Zijlstra
1
-4
/
+4
2009-11-22
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
1
-0
/
+4
2009-11-21
perf: Fix event scaling for inherited counters
Peter Zijlstra
1
-1
/
+2
2009-11-21
perf: Allow for custom overflow handlers
Peter Zijlstra
1
-0
/
+6
2009-11-21
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
1
-1
/
+36
2009-11-16
perf_event: Optimize perf_output_lock()
Peter Zijlstra
1
-1
/
+0
2009-11-15
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
1
-0
/
+2
2009-11-14
perf_event: Fix invalid type in ioctl definition
Arjan van de Ven
1
-1
/
+1
2009-11-08
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
1
-1
/
+25
2009-11-04
Merge commit 'v2.6.32-rc6' into perf/core
Ingo Molnar
1
-2
/
+2
2009-11-03
perf/core: Add a callback to perf events
Frederic Weisbecker
1
-1
/
+6
2009-11-03
perf/core: Provide a kernel-internal interface to get to performance counters
Arjan van de Ven
1
-0
/
+6
2009-10-28
perf_event: Add alignment-faults and emulation-faults software events
Anton Blanchard
1
-0
/
+2
2009-10-23
perf events: Fix swevent hrtimer sampling by keeping track of remaining time ...
Soeren Sandmann
1
-2
/
+2
2009-10-15
tracing/profile: Add filter support
Li Zefan
1
-0
/
+6
2009-10-06
perf_event: Provide vmalloc() based mmap() backing
Peter Zijlstra
1
-0
/
+5
2009-09-22
perf_event: Update PERF_EVENT_FORK header definition
Anton Blanchard
1
-1
/
+1
2009-09-21
perf: Tidy up after the big rename
Ingo Molnar
1
-49
/
+49
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-0
/
+858