aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Shishkin1-1/+2
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin1-3/+2
2015-04-02perf: Add AUX recordAlexander Shishkin1-0/+34
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin1-2/+117
2015-04-02perf: Add AUX area to ring buffer for raw data streamsPeter Zijlstra1-25/+116
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 Molnar1-48/+25
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 Zijlstra1-10/+4
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 Molnar1-0/+12
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
2015-02-18Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-1/+1
2015-02-18perf: Simplify the branch stack checkYan, Zheng1-0/+3
2015-02-18perf: Always switch pmu specific data during context switchYan, Zheng1-0/+3
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng1-4/+36
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng1-77/+0
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng1-0/+57
2015-02-18perf: Update userspace page info for software eventShaohua Li1-0/+3
2015-02-18perf: Update shadow timestamp before add eventShaohua Li1-4/+4
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+12
2015-02-13perf: Remove the extra validity check on nr_pagesKaixu Xia1-1/+1
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-0/+12
2015-02-04perf: Pass the event to arch_perf_update_userpage()Andy Lutomirski1-2/+3
2015-02-04perf: Add pmu callbacks to track event mapping and unmappingAndy Lutomirski1-0/+9
2015-02-04perf: Decouple unthrottling and rotatingMark Rutland1-52/+29
2015-02-04perf: Drop module reference on event init failureMark Rutland1-12/+16
2015-02-04perf: Fix put_event() ctx lockPeter Zijlstra1-5/+12
2015-02-04perf: Fix move_group() orderPeter Zijlstra (Intel)1-9/+47
2015-02-04perf: Fix event->ctx lockingPeter Zijlstra1-37/+207
2015-02-04perf: Add a bit of paranoiaPeter Zijlstra1-1/+18
2015-02-02perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer1-0/+12
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+13
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-6/+17
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-11/+8
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-12-12Merge branch 'linus' into perf/urgent, to pick up the upstream merged bitsIngo Molnar1-9/+51
2014-12-11perf: Fix events installation during moving groupJiri Olsa1-2/+2
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1