aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker1-1/+6
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+4
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-12perf: Fix error return codeWei Yongjun1-0/+1
2013-04-10perf: make perf_event cgroup hierarchicalTejun Heo1-8/+16
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang1-1/+2
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian1-0/+3
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian1-0/+6
2013-04-01perf/core: Add weighted samplesAndi Kleen1-0/+6
2013-03-21Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+6
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim1-1/+1
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim1-2/+5
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim1-0/+1
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan1-0/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-27events: convert to idr_alloc()Tejun Heo1-7/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2013-02-08perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov1-1/+4
2013-02-03perf: Fix event group context moveJiri Olsa1-2/+18
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-4/+4
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+12
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-05perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra1-3/+6
2012-10-05perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra1-6/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-41/+31
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+7
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+214
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-40/+30
2012-09-26events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro1-1/+1
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-0/+7
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad1-1/+1
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro1-29/+33
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa1-1/+149
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa1-0/+66
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+28
2012-06-18perf: Introduce perf_pmu_migrate_context()Yan, Zheng1-0/+36
2012-06-18perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng1-4/+4
2012-06-18perf: Avoid race between cpu hotplug and installing eventYan, Zheng1-0/+5
2012-06-18perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2012-05-31perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim1-1/+0
2012-05-23Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa1-10/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-1/+1
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra1-4/+10
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-5/+4
2012-04-26perf: Use static variant of perf_event_overflow in core.cRobert Richter1-1/+1