summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-09perf: fix perf bug in fork()Peter Zijlstra1-1/+3
2014-10-05perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-06-11perf: Enforce 1 as lower limit for perf_event_max_sample_rateKnut Petersen1-1/+1
2014-06-11perf: Fix interrupt handler timing harnessStephane Eranian1-2/+2
2014-06-11perf: Drop sample rate when sampling is too slowDave Hansen1-4/+88
2014-06-11perf: Fix race in removing an eventPeter Zijlstra1-21/+26
2014-06-11perf: Limit perf_event_attr::sample_period to 63 bitsPeter Zijlstra1-0/+3
2014-06-11perf: Prevent false warning in perf_swevent_addJiri Olsa1-1/+12
2014-05-30list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-03-06perf: Fix hotplug splatPeter Zijlstra1-6/+6
2013-07-25perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-25perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-25perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-06-19perf: Fix mmap() accounting holePeter Zijlstra1-71/+157
2013-05-28perf: Fix perf mmap bugsPeter Zijlstra1-17/+20
2013-05-07perf: Factor out auxiliary events notificationJiri Olsa1-153/+89
2013-05-07perf: Fix EXIT event notificationJiri Olsa1-12/+14
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-12/+58
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+30
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-8/+16
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker1-0/+10
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/vir...Linus 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/kern...Linus 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/ebi...Linus Torvalds1-1/+1
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...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/ke...Linus 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