aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra3-10/+35
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+7
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-68/+49
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+36
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov1-7/+7
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang1-0/+33
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng2-12/+3
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney1-1/+1
2015-05-27perf: allow for PMU-specific event filteringMark Rutland1-1/+7
2015-05-27perf: Disallow sparse AUX allocations for non-SG PMUs in overwrite modeAlexander Shishkin1-0/+14
2015-05-27perf: Fix race in BPF program unregisterAlexei Starovoitov1-1/+2
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner1-8/+33
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra1-13/+16
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra1-8/+33
2015-05-04perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner1-28/+0
2015-04-22perf: perf_mux_hrtimer_cancel() can be statickbuild test robot1-1/+1
2015-04-22perf: Fix mux_interval hrtimer wreckagePeter Zijlstra1-27/+36
2015-04-22perf: core: Use hrtimer_start()Thomas Gleixner1-6/+3
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin1-0/+41
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin3-5/+24
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin2-15/+34
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin3-3/+145
2015-04-02perf: Add AUX recordAlexander Shishkin2-0/+37
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin1-2/+117
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin1-1/+14
2015-04-02perf: Support high-order allocations for AUX spaceAlexander Shishkin1-6/+50
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra3-29/+232
2015-04-02perf: Add data_{offset,size} to user_pageAlexander Shishkin1-0/+2
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov1-0/+59
2015-03-27perf: Add per event clockid supportPeter Zijlstra1-3/+74
2015-03-27perf: Fix racy group accessPeter Zijlstra1-0/+11
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2-52/+29
2015-03-27Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the treeIngo Molnar1-1/+11
2015-03-23perf: Remove type specific target pointersPeter Zijlstra2-14/+8
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-03-13perf: Fix context leak in put_event()Leon Yu1-1/+1
2015-03-02Revert "perf: Remove the extra validity check on nr_pages"Kan Liang1-1/+1
2015-02-26Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2-1/+13
2015-02-25perf/x86/intel: Support task events with Intel CQMMatt Fleming1-0/+2
2015-02-25perf: Move cgroup init before PMU ->event_init()Matt Fleming1-12/+16
2015-02-25perf: Add ->count() function to read per-package countersMatt Fleming1-1/+4
2015-02-25perf: Make perf_cgroup_from_task() globalMatt Fleming1-27/+1