summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf/core: Add weighted samplesAndi Kleen2013-04-011-0/+6
| | * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-03-211-2/+6
| | |\ \
| | * | | perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim2013-03-181-1/+1
| | * | | perf: Remove include of cgroup.h from perf_event.hLi Zefan2013-03-061-0/+15
| * | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-301-8/+16
| |\ \ \ \
| | * | | | perf: make perf_event cgroup hierarchicalTejun Heo2013-04-101-8/+16
| | |/ / /
| * | | / events: Protect access via task_subsys_state_check()Paul E. McKenney2013-04-211-0/+2
| | |_|/ | |/| |
| * | | perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-151-1/+1
| * | | perf: Fix error return codeWei Yongjun2013-04-121-0/+1
| * | | perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang2013-04-081-1/+2
| | |/ | |/|
| * | perf: Generate EXIT event only once per task contextNamhyung Kim2013-03-181-2/+5
| * | perf: Reset hwc->last_period on sw clock eventsNamhyung Kim2013-03-181-0/+1
| |/
* | perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker2013-04-221-0/+10
* | perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker2013-04-221-1/+6
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+2Star
* events: convert to idr_alloc()Tejun Heo2013-02-281-7/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-201-1/+4
|\ \
| * | perf: Introduce hw_perf_event->tp_target and ->tp_listOleg Nesterov2013-02-081-1/+4
| |/
* / perf: Fix event group context moveJiri Olsa2013-02-031-2/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+1
|\
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-4/+4
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-131-9/+12
|\
| * perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2012-10-051-3/+6
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2012-10-051-6/+6
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-41/+31Star
|\ \
| * | switch simple cases of fget_light to fdgetAl Viro2012-09-271-40/+30Star
| * | events: don't use get_unused_fd_flags() when get_unused_fd() will doAl Viro2012-09-271-1/+1
* | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-0/+7
|\ \ \ | |_|/ |/| |
| * | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+7
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-0/+214
|\ \ \ | |_|/ |/| |
| * | perf: Add ability to attach user stack dump to sampleJiri Olsa2012-08-101-1/+149
| * | perf: Add ability to attach user level registers dump to sampleJiri Olsa2012-08-101-0/+66
| |/
* | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-041-1/+1
* | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-041-29/+33
|/
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-2/+28
* perf: Introduce perf_pmu_migrate_context()Yan, Zheng2012-06-181-0/+36
* perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng2012-06-181-4/+4
* perf: Avoid race between cpu hotplug and installing eventYan, Zheng2012-06-181-0/+5
* perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2012-06-181-3/+7
* perf: Remove duplicate invocation on perf_event_for_eachNamhyung Kim2012-05-311-1/+0Star
* Revert "sched, perf: Use a single callback into the scheduler"Jiri Olsa2012-05-231-10/+4Star
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-1/+1
|\
| * perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-261-1/+1
* | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-091-4/+10
* | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-5/+4Star
* | perf: Use static variant of perf_event_overflow in core.cRobert Richter2012-04-261-1/+1
|/