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
2016-04-08
perf: split perf_trace_buf_prepare into alloc and update parts
Alexei Starovoitov
1
-1
/
+1
2016-04-08
perf: optimize perf_fetch_caller_regs
Alexei Starovoitov
1
-2
/
+0
2016-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2016-03-21
perf/x86/amd/power: Add AMD accumulated power reporting mechanism
Huang Rui
1
-0
/
+4
2016-03-21
perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
Vikas Shivappa
1
-0
/
+1
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+11
2016-03-15
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+0
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2016-03-08
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
1
-6
/
+0
2016-03-02
perf: Migrate perf to use new tick dependency mask model
Frederic Weisbecker
1
-6
/
+0
2016-02-29
perf: Allow storage of PMU private data in event
Thomas Gleixner
1
-0
/
+1
2016-02-25
perf: Fix race between event install and jump_labels
Peter Zijlstra
1
-3
/
+3
2016-02-25
perf: Fix cloning
Peter Zijlstra
1
-0
/
+1
2016-02-20
perf: generalize perf_callchain
Alexei Starovoitov
1
-2
/
+11
2016-01-29
perf: Synchronously clean up child events
Peter Zijlstra
1
-3
/
+0
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
1
-2
/
+2
2016-01-21
perf: Collapse and fix event_function_call() users
Peter Zijlstra
1
-1
/
+1
2015-11-23
perf/core: Robustify the perf_cgroup_from_task() RCU checks
Stephane Eranian
1
-2
/
+4
2015-09-13
perf/core: Drop PERF_EVENT_TXN
Sukadev Bhattiprolu
1
-2
/
+0
2015-09-13
perf/core: Define PERF_PMU_TXN_READ interface
Sukadev Bhattiprolu
1
-0
/
+1
2015-09-13
perf/core: Add a 'flags' parameter to the PMU transactional interfaces
Sukadev Bhattiprolu
1
-3
/
+11
2015-09-13
perf/abi: Document some more aspects of the perf ABI
Peter Zijlstra
1
-13
/
+92
2015-08-10
perf: add the necessary core perf APIs when accessing events counters in eBPF...
Kaixu Xia
1
-0
/
+10
2015-06-27
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+1
2015-06-26
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+5
2015-06-23
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2015-06-07
perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES
Kan Liang
1
-0
/
+3
2015-06-07
perf/x86/intel: Handle multiple records in the PEBS buffer
Yan, Zheng
1
-0
/
+13
2015-05-27
perf: allow for PMU-specific event filtering
Mark Rutland
1
-0
/
+5
2015-05-27
perf/x86/intel/cqm: Use proper data types
Thomas Gleixner
1
-1
/
+1
2015-05-27
Merge branch 'perf/urgent' into perf/core, before applying dependent patches
Ingo Molnar
1
-4
/
+0
2015-05-27
perf/x86: Fix event/group validation
Peter Zijlstra
1
-4
/
+0
2015-05-18
sched,perf: Fix periodic timers
Peter Zijlstra
1
-0
/
+4
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-05-08
perf: Fix software migrate events
Peter Zijlstra
1
-0
/
+24
2015-04-02
perf: Add ITRACE_START record to indicate that tracing has started
Alexander Shishkin
1
-0
/
+4
2015-04-02
perf: Add API for PMUs to write to the AUX area
Alexander Shishkin
1
-1
/
+23
2015-04-02
perf: Add a pmu capability for "exclusive" events
Alexander Shishkin
1
-0
/
+2
2015-04-02
perf: Add a capability for AUX_NO_SG pmus to do software double buffering
Alexander Shishkin
1
-0
/
+1
2015-04-02
perf: Support high-order allocations for AUX space
Alexander Shishkin
1
-0
/
+1
2015-04-02
perf: Add AUX area to ring buffer for raw data streams
Peter Zijlstra
1
-0
/
+17
2015-03-27
perf: Add per event clockid support
Peter Zijlstra
1
-0
/
+2
2015-03-27
Merge branch 'perf/x86' into perf/core, because it's ready
Ingo Molnar
1
-2
/
+48
2015-03-23
perf: Remove type specific target pointers
Peter Zijlstra
1
-3
/
+1
2015-02-26
Merge tag 'v4.0-rc1' into perf/core, to refresh the tree
Ingo Molnar
1
-0
/
+10
2015-02-25
perf/x86/intel: Support task events with Intel CQM
Matt Fleming
1
-0
/
+1
2015-02-25
perf/x86/intel: Add Intel Cache QoS Monitoring support
Matt Fleming
1
-0
/
+7
2015-02-25
perf: Add ->count() function to read per-package counters
Matt Fleming
1
-0
/
+10
2015-02-25
perf: Make perf_cgroup_from_task() global
Matt Fleming
1
-0
/
+30
2015-02-18
perf, powerpc: Fix up flush_branch_stack() users
Peter Zijlstra
1
-5
/
+0
[next]